repositories @Repositories.Count
@if (Repositories.Count == 0) {Nothing to browse: there are no repositories under @Service.Root.
} else {| name | description | branch | @if (Owned) {owner | }idle |
|---|---|---|---|---|
| @repository.DisplayName | @(repository.Description ?? "") | @(repository.Head ?? "") | @if (Owned) {@(repository.Owner ?? "") | }@Age(repository.Tip?.Committer.When) |