summaryrefslogtreecommitdiff
path: root/app/views/projects/tags/index.html.haml
diff options
context:
space:
mode:
authorDavid Wagner <david@marvid.fr>2016-11-22 22:28:07 +0100
committerDavid Wagner <david@marvid.fr>2016-11-28 23:18:04 +0100
commitbe0fb391d32bb549d57841009e2dd2bb92de8a78 (patch)
treeb042db183c6dec43d58aebc4dedc0e15e7d57879 /app/views/projects/tags/index.html.haml
parenta3a85c07aa87148f4baead1ac8d2f2679136c69a (diff)
downloadgitlab-ce-be0fb391d32bb549d57841009e2dd2bb92de8a78.tar.gz
Update some more sort/filter dropdowns
Apart from Issues and Merge Requests pages, there are other sort/filter dropdowns that needed updating. Signed-off-by: David Wagner <david@marvid.fr>
Diffstat (limited to 'app/views/projects/tags/index.html.haml')
-rw-r--r--app/views/projects/tags/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/tags/index.html.haml b/app/views/projects/tags/index.html.haml
index b43b13de4ca..1d39f3a7534 100644
--- a/app/views/projects/tags/index.html.haml
+++ b/app/views/projects/tags/index.html.haml
@@ -12,10 +12,10 @@
= search_field_tag :search, params[:search], { placeholder: 'Filter by tag name', id: 'tag-search', class: 'form-control search-text-input input-short', spellcheck: false }
.dropdown.inline
- %button.dropdown-toggle.btn{ type: 'button', data: { toggle: 'dropdown'} }
+ %button.dropdown-toggle{ type: 'button', data: { toggle: 'dropdown'} }
%span.light
= projects_sort_options_hash[@sort]
- = icon('caret-down')
+ = icon('chevron-down')
%ul.dropdown-menu.dropdown-menu-align-right
%li
= link_to filter_tags_path(sort: sort_value_name) do