diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-24 23:30:02 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-24 23:30:02 +0800 |
commit | 3473aa9e42b670aecaf328c8d281d91b0f7f8923 (patch) | |
tree | 20be904139278c6093f00e5cf4c1c503aa8a5458 /templates | |
parent | c9e1eb0a0d9e6bdafa158442158c762b7f188177 (diff) | |
download | gitea-3473aa9e42b670aecaf328c8d281d91b0f7f8923.tar.gz gitea-3473aa9e42b670aecaf328c8d281d91b0f7f8923.zip |
repo single file raw button
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/single_file.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/repo/single_file.tmpl b/templates/repo/single_file.tmpl index 40ef44eb1b..2a28f0b54a 100644 --- a/templates/repo/single_file.tmpl +++ b/templates/repo/single_file.tmpl @@ -5,6 +5,7 @@ {{else}} <i class="icon fa fa-file-text-o"></i> {{end}}{{.FileName}} + <a class="btn btn-default pull-right" href="#">Raw</a> </div> {{if .FileIsLarge}} <div class="panel-footer"> |