summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author无闻 <joe2010xtmf@163.com>2014-05-18 16:58:58 -0400
committer无闻 <joe2010xtmf@163.com>2014-05-18 16:58:58 -0400
commita4c3ab48a52a0cade5d3c3ba76c5555ed1453566 (patch)
tree33c0a38845376366de71edc20d4056880ceac739
parent04890904f9896f181a6a847d036da20611448a16 (diff)
parent7fd22bea1ee7c305418572edbf709442b9e0982f (diff)
downloadgitea-a4c3ab48a52a0cade5d3c3ba76c5555ed1453566.tar.gz
gitea-a4c3ab48a52a0cade5d3c3ba76c5555ed1453566.zip
Merge pull request #201 from j20/patch-1
Add dropdown-menu-right class to the repo-watching dropdown
-rw-r--r--templates/repo/nav.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/nav.tmpl b/templates/repo/nav.tmpl
index 48fe31a619..70e1745fff 100644
--- a/templates/repo/nav.tmpl
+++ b/templates/repo/nav.tmpl
@@ -39,7 +39,7 @@
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
- <div class="dropdown-menu">
+ <div class="dropdown-menu dropdown-menu-right">
<div class="dropdown-item text-left to-unwatch">
<h4 role="presentation" class="dropdown-header {{if not .IsRepositoryWatching}}text-primary{{end}}">Not Watching</h4>
<p class="description">You only receive notifications for conversations in which you participate or are @mentioned.</p>