diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-30 10:19:36 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-30 10:19:36 +0800 |
commit | cd800d7837caefb129e0f006c8973460a2d64d4a (patch) | |
tree | 6c5f06fd3a1802c07332f247e2a1b3d2bc0b5c1b /templates/repo/diff.tmpl | |
parent | 50391f434e9f7f216ce0f907b532cbe4ca2bbeb2 (diff) | |
parent | b27c34f39acee3bf7b6594a1f0db2183b343326c (diff) |
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'templates/repo/diff.tmpl')
-rw-r--r-- | templates/repo/diff.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/repo/diff.tmpl b/templates/repo/diff.tmpl index e58f2d66..5c95ddef 100644 --- a/templates/repo/diff.tmpl +++ b/templates/repo/diff.tmpl @@ -1,7 +1,6 @@ {{template "base/head" .}} {{template "base/navbar" .}} {{template "repo/nav" .}} -{{template "repo/toolbar" .}} <div id="body" class="container" data-page="repo"> <div id="source"> <div class="panel panel-info diff-box diff-head-box"> @@ -11,7 +10,7 @@ </div> <div class="panel-body"> <span class="pull-right"> - commit <span class="label label-default sha">{{.ShortSha}}</span> + commit <span class="label label-default sha">{{ShortSha .CommitId}}</span> </span> <p class="author"> <img class="avatar" src="{{AvatarLink .Commit.Author.Email}}" alt=""/> |