1
0
Fork 0
forked from forgejo/forgejo

Merge branch 'dev' of github.com:gogits/gogs into dev

Conflicts:
	templates/repo/single_list.tmpl
This commit is contained in:
Unknown 2014-04-27 01:06:57 -06:00
commit ce05a8d7b6
3 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@
<tr>
<td class="author"><img class="avatar" src="{{AvatarLink .Author.Email}}" alt=""/><a href="/user/email2user?email={{.Author.Email}}">{{.Author.Name}}</a></td>
<td class="sha"><a rel="nofollow" class="label label-success" href="/{{$username}}/{{$reponame}}/commit/{{.Id}} ">{{SubStr .Id.String 0 10}} </a></td>
<td class="message">{{.Message}} </td>
<td class="message">{{.Summary}} </td>
<td class="date">{{TimeSince .Author.When}}</td>
</tr>
{{end}}