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:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-30 18:39:37 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2015-01-17 21:50:41 +0300
commit55d980905540bae6d02ac104dac5c23e96dd5711 (patch)
tree1c7a1295a439e9ff1b46d9fa59db0d0a0d57ee68 /app/views/projects/branches/index.html.haml
parentada6c6080b2fa0d63003f8b29b5c32195254906d (diff)
Convert Javascript links to buttons.
Diffstat (limited to 'app/views/projects/branches/index.html.haml')
-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 d2aefd815a1..02f5fffcd62 100644
--- a/app/views/projects/branches/index.html.haml
+++ b/app/views/projects/branches/index.html.haml
@@ -8,7 +8,7 @@
New branch
&nbsp;
.dropdown.inline
- %a.dropdown-toggle.btn{href: '#', "data-toggle" => "dropdown"}
+ %button.dropdown-toggle.btn{type: 'button', 'data-toggle' => 'dropdown'}
%span.light sort:
- if @sort.present?
= @sort.humanize