diff options
Diffstat (limited to 'templates/repo/view_list.tmpl')
-rw-r--r-- | templates/repo/view_list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index 87f613f739..3ba0eeec8d 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -87,7 +87,7 @@ <a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a> </span> </td> - <td class="text grey right age three wide">{{TimeSince $commit.Committer.When $.Lang}}</td> + <td class="text right age three wide">{{TimeSince $commit.Committer.When $.Lang}}</td> </tr> {{end}} </tbody> |