summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/index.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-02 15:28:22 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-02 15:28:22 -0800
commit519ca7bae9b4f929ae135c5b097dd2d329d8f7de (patch)
tree3f96febab61d1fb851427d59b3244dd300237f88 /app/views/explore/projects/index.html.haml
parent33e107127a4c37cefaf24c0f5dd335e782594da3 (diff)
parent55d980905540bae6d02ac104dac5c23e96dd5711 (diff)
downloadgitlab-ce-519ca7bae9b4f929ae135c5b097dd2d329d8f7de.tar.gz
Merge branch 'link-to-button' of https://github.com/cirosantilli/gitlabhq into cirosantilli-link-to-button
Conflicts: app/views/shared/_issuable_filter.html.haml
Diffstat (limited to 'app/views/explore/projects/index.html.haml')
-rw-r--r--app/views/explore/projects/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/projects/index.html.haml b/app/views/explore/projects/index.html.haml
index 02d02912791..cb93b300d6a 100644
--- a/app/views/explore/projects/index.html.haml
+++ b/app/views/explore/projects/index.html.haml
@@ -8,7 +8,7 @@
.pull-right
.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_options_hash[@sort]