diff options
author | Unknwon <u@gogs.io> | 2015-08-21 00:18:30 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-21 00:18:30 +0800 |
commit | 4275b3720a04ccbca99907e800a55ab9df9fdcf6 (patch) | |
tree | 34e79fcd8e4ca061dd3e6a36a21ab7533f37659a /templates/repo/commits_table.tmpl | |
parent | aa65761d81d3f33bdfee578c14bb2b0c7a6ca639 (diff) | |
download | gitea-4275b3720a04ccbca99907e800a55ab9df9fdcf6.tar.gz gitea-4275b3720a04ccbca99907e800a55ab9df9fdcf6.zip |
finsih diff and compare
Diffstat (limited to 'templates/repo/commits_table.tmpl')
-rw-r--r-- | templates/repo/commits_table.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index 7df7edceb4..5586e0632b 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -34,7 +34,7 @@ <img class="ui avatar image" src="{{AvatarLink .Author.Email}}" alt=""/> {{.Author.Name}} {{end}} </td> - <td class="sha"><a rel="nofollow" class="ui green label" href="{{AppSubUrl}}/{{$username}}/{{$reponame}}/commit/{{.Id}} ">{{SubStr .Id.String 0 10}} </a></td> + <td class="sha"><a rel="nofollow" class="ui green sha label" href="{{AppSubUrl}}/{{$username}}/{{$reponame}}/commit/{{.Id}} ">{{SubStr .Id.String 0 10}} </a></td> <td class="message"><span class="text truncate">{{RenderCommitMessage .Summary $.RepoLink}}</span></td> <td class="date">{{TimeSince .Author.When $.Lang}}</td> </tr> |