diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-18 13:57:07 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-18 13:57:07 +0800 |
commit | 9533b23272097c538e25692ec91c37f4ea6c0b81 (patch) | |
tree | a4668d60f708c8e4cc217c9947359f87e841885a /templates/repo | |
parent | d886f4df9734ccf69647dfb5564effaca85fed50 (diff) | |
download | gitea-9533b23272097c538e25692ec91c37f4ea6c0b81.tar.gz gitea-9533b23272097c538e25692ec91c37f4ea6c0b81.zip |
theme changes
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/nav.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/repo/nav.tmpl b/templates/repo/nav.tmpl index 1f74bc306e..8cbf33c087 100644 --- a/templates/repo/nav.tmpl +++ b/templates/repo/nav.tmpl @@ -7,24 +7,24 @@ {{if not .IsBareRepo}} <div class="col-md-6 actions text-right"> <div class="btn-group" id="gogs-repo-clone"> - <button type="button" class="btn btn-default"><i class="fa fa-download"></i>Clone</button> + <button type="button" class="btn btn-default"><i class="fa fa-download fa-lg fa-m"></i></button> <button type="button" class="btn btn-default dropdown-toggle" data-container="body" data-toggle="popover" data-placement="bottom" data-content="<label>SSH:</label><div class='input-group'><input type='text' class='form-control' value='git@{{AppDomain}}:{{.Owner.LowerName}}/{{.Repository.Name}}.git'></div>" data-html="1"> <span class="caret"></span> </button> </div> <div class="btn-group" id="gogs-repo-watching"> - <button type="button" class="btn btn-default"><i class="fa fa-eye"></i>Watch {x}</button> + <button type="button" class="btn btn-default"><i class="fa fa-eye fa-lg fa-m"></i></button> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> <span class="caret"></span> <span class="sr-only">Toggle Dropdown</span> </button> <div class="dropdown-menu" role="menu"> - <div class="dropdown-item" data-val="not-watching"> + <div class="dropdown-item text-left" data-val="not-watching"> <h4 role="presentation" class="dropdown-header">Not Watching</h4> <p class="description">You only receive notifications for conversations in which you participate or are @mentioned.</p> <p class="divider"></p> </div> - <div class="dropdown-item" data-val="watching"> + <div class="dropdown-item text-left" data-val="watching"> <h4 role="presentation" class="dropdown-header">Watching</h4> <p class="description">You receive notifications for all conversations in this repository.</p> </div> |