diff options
author | Unknwon <u@gogs.io> | 2015-12-04 21:32:33 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-04 21:32:33 -0500 |
commit | 1ee7c33e93b285183210cf608416312bc85200d5 (patch) | |
tree | c0cb10da8ae9486cfa251f82fcad0534938d25d4 /templates/repo/view_list.tmpl | |
parent | e538ff27704cddb1a99efc1a6be19e134f97355f (diff) | |
download | gitea-1ee7c33e93b285183210cf608416312bc85200d5.tar.gz gitea-1ee7c33e93b285183210cf608416312bc85200d5.zip |
template fix
Diffstat (limited to 'templates/repo/view_list.tmpl')
-rw-r--r-- | templates/repo/view_list.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index 5bf496dafd..9fb71908aa 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -10,7 +10,7 @@ <strong>{{.LastCommit.Author.Name}}</strong> {{end}} <a rel="nofollow" class="ui sha label" href="{{.RepoLink}}/commit/{{.LastCommit.ID}}" rel="nofollow">{{ShortSha .LastCommit.ID.String}}</a> - <span class="grey">{{RenderCommitMessage .LastCommit.Summary .RepoLink}}</span> + <span class="grey">{{RenderCommitMessage .LastCommit.Summary .RepoLink $.Repository.ComposeMetas}}</span> </th> <th class="nine wide"> </th> @@ -44,7 +44,7 @@ {{end}} <td class="message collapsing"> <a rel="nofollow" class="ui sha label" href="{{AppSubUrl}}/{{$.Username}}/{{$.Reponame}}/commit/{{$commit.ID}}">{{ShortSha $commit.ID.String}}</a> - {{RenderCommitMessage $commit.Summary $.RepoLink}} + {{RenderCommitMessage $commit.Summary $.RepoLink $.Repository.ComposeMetas}} </td> <td class="text grey right age">{{TimeSince $commit.Committer.When $.Lang}}</td> </tr> |