aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/view_list.tmpl
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2019-12-17 16:34:11 -0500
committerGitHub <noreply@github.com>2019-12-17 16:34:11 -0500
commit590d56dbb355a499b2f59d9a6ffa4887ea33c96b (patch)
tree37933f95c29661c80e0ba40751b7e7cf448a32c1 /templates/repo/view_list.tmpl
parent601b0cf4c19ba6e75a8df6a73beb5f58f462ad46 (diff)
downloadgitea-590d56dbb355a499b2f59d9a6ffa4887ea33c96b.tar.gz
gitea-590d56dbb355a499b2f59d9a6ffa4887ea33c96b.zip
switch to fomantic-ui (#9374)
Diffstat (limited to 'templates/repo/view_list.tmpl')
-rw-r--r--templates/repo/view_list.tmpl2
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>