summaryrefslogtreecommitdiffstats
path: root/templates/repo
diff options
context:
space:
mode:
authorcrackcomm <crackcomm@gmail.com>2014-04-01 05:46:59 +0200
committercrackcomm <crackcomm@gmail.com>2014-04-01 05:46:59 +0200
commit128b7c790e3d7e666c6b652c8670578f09460178 (patch)
tree391a762cc6ebacd1958ca8a6114372898fb3778c /templates/repo
parent5a07b5430eb7858d6bb4198a7ea874f3a91b346f (diff)
downloadgitea-128b7c790e3d7e666c6b652c8670578f09460178.tar.gz
gitea-128b7c790e3d7e666c6b652c8670578f09460178.zip
My mistake...
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/single_file.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/repo/single_file.tmpl b/templates/repo/single_file.tmpl
index 6127a57674..9199ca91f7 100644
--- a/templates/repo/single_file.tmpl
+++ b/templates/repo/single_file.tmpl
@@ -13,11 +13,11 @@
{{end}}
{{if not .ReadmeInSingle}}
<div class="btn-group pull-right">
- <a class="btn btn-default" href="#">Edit</a>
+ <a class="btn btn-default hidden" href="#">Edit</a>
<a class="btn btn-default" href="{{.FileLink}}">Raw</a>
- <a class="btn btn-default" href="#">Blame</a>
- <a class="btn btn-default" href="#">History</a>
- <a class="btn btn-danger" href="#">Delete</a>
+ <a class="btn btn-default hidden" href="#">Blame</a>
+ <a class="btn btn-default hidden" href="#">History</a>
+ <a class="btn btn-danger hidden" href="#">Delete</a>
</div>
{{end}}
</div>