diff options
Diffstat (limited to 'templates/repo/commits_list.tmpl')
-rw-r--r-- | templates/repo/commits_list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/commits_list.tmpl b/templates/repo/commits_list.tmpl index 010c3b227a..01096f2085 100644 --- a/templates/repo/commits_list.tmpl +++ b/templates/repo/commits_list.tmpl @@ -82,7 +82,7 @@ <pre class="commit-body" style="display: none;">{{RenderCommitBody .Message $.RepoLink $.Repository.ComposeMetas}}</pre> {{end}} </td> - <td class="grey text right aligned">{{TimeSince .Author.When $.Lang}}</td> + <td class="text right aligned">{{TimeSince .Author.When $.Lang}}</td> </tr> {{end}} </tbody> |