Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-22 11:45:24 +0300
committerPhil Hughes <me@iamphill.com>2016-03-22 11:45:24 +0300
commit57749022b6e07e8c6af37b6ad39dd68922828315 (patch)
tree97b6a3f473bb23855f84c5bad73b7aa58a1886c1 /app/views/projects/branches
parent4366af51558f667b4d5882e4f01701ec993e12cc (diff)
Removed dropdown JS to align instead favours HTML class
Diffstat (limited to 'app/views/projects/branches')
-rw-r--r--app/views/projects/branches/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/index.html.haml b/app/views/projects/branches/index.html.haml
index 7afea5a5049..88266e21230 100644
--- a/app/views/projects/branches/index.html.haml
+++ b/app/views/projects/branches/index.html.haml
@@ -16,7 +16,7 @@
- else
Name
%b.caret
- %ul.dropdown-menu
+ %ul.dropdown-menu.dropdown-menu-align-right
%li
= link_to namespace_project_branches_path(sort: nil) do
Name