diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-06 22:06:41 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-06 22:06:41 -0500 |
commit | 23eec252748c3ac7af2ae310aeac4ee4c9061fe9 (patch) | |
tree | 9f9d8834ef94451da2fb1d43ba63d0f130d61f79 /templates/repo/home.tmpl | |
parent | 4e7eb5be9d3e9c9ba7238769d2b5f2f471d51b67 (diff) | |
download | gitea-23eec252748c3ac7af2ae310aeac4ee4c9061fe9.tar.gz gitea-23eec252748c3ac7af2ae310aeac4ee4c9061fe9.zip |
Fix #605, fix #255, fix #101
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r-- | templates/repo/home.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 49bf1fd14a..4928033fc2 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -54,7 +54,7 @@ {{end}} {{end}} </li> - <li id="repo-commits-jump" class="repo-jump right"> + <!-- <li id="repo-commits-jump" class="repo-jump right"> <a href="#"> <button class="btn btn-small btn-gray btn-right-radius"><i class="octicon octicon-git-commit"></i></button> </a> @@ -63,7 +63,7 @@ <a href="#"> <button class="btn btn-small btn btn-small btn-gray btn-left-radius"><i class="octicon octicon-list-unordered"></i></button> </a> - </li> + </li> --> </ul> {{if .IsFile}} {{template "repo/view_file" .}} |