diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/sidebar.tmpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/repo/sidebar.tmpl b/templates/repo/sidebar.tmpl index 4c0ab588c6..4d68600172 100644 --- a/templates/repo/sidebar.tmpl +++ b/templates/repo/sidebar.tmpl @@ -19,9 +19,11 @@ <i class="icon octicon octicon-book"></i> {{.i18n.Tr "repo.wiki"}} </a> {{if .IsRepositoryAdmin}} - <a class="{{if .PageIsSettings}}active{{end}} item" href="{{.RepoLink}}/settings"> - <i class="icon octicon octicon-tools"></i> {{.i18n.Tr "repo.settings"}} - </a> + <div class="right menu"> + <a class="{{if .PageIsSettings}}active{{end}} item" href="{{.RepoLink}}/settings"> + <i class="icon octicon octicon-tools"></i> {{.i18n.Tr "repo.settings"}} + </a> + </div> {{end}} </div> {{end}}
\ No newline at end of file |