diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index 4c96109e8..87f613f73 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -1,4 +1,4 @@ -
@@ -62,7 +62,7 @@ {{else}} - | + | {{if $entry.IsDir}} {{$subJumpablePathName := $entry.GetSubJumpablePathName}} @@ -82,12 +82,12 @@ | {{end}} - -{{TimeSince $commit.Committer.When $.Lang}} | +{{TimeSince $commit.Committer.When $.Lang}} |
---|