aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/commits.tmpl
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-27 01:06:57 -0600
committerUnknown <joe2010xtmf@163.com>2014-04-27 01:06:57 -0600
commitce05a8d7b6939b4f67a8e779bcc784d1b8ef8fab (patch)
tree4863a004973ba569d39e8f7d6c9fc3ddffb39bd5 /templates/repo/commits.tmpl
parent62d23e91541550d0478c4884696e918a0e818b4f (diff)
parent9fdf4bc2776f07774f6303536400858aa0bcb8aa (diff)
downloadgitea-ce05a8d7b6939b4f67a8e779bcc784d1b8ef8fab.tar.gz
gitea-ce05a8d7b6939b4f67a8e779bcc784d1b8ef8fab.zip
Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts: templates/repo/single_list.tmpl
Diffstat (limited to 'templates/repo/commits.tmpl')
-rw-r--r--templates/repo/commits.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl
index bfc0bf21bf..74b03074bc 100644
--- a/templates/repo/commits.tmpl
+++ b/templates/repo/commits.tmpl
@@ -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}}