summaryrefslogtreecommitdiff
path: root/app/views/dashboard
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/dashboard
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/dashboard')
-rw-r--r--app/views/dashboard/todos/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/todos/index.html.haml b/app/views/dashboard/todos/index.html.haml
index 472d698486b..62f52086be4 100644
--- a/app/views/dashboard/todos/index.html.haml
+++ b/app/views/dashboard/todos/index.html.haml
@@ -50,13 +50,13 @@
data: { data: todo_actions_options }})
.pull-right
.dropdown.inline.prepend-left-10
- %button.dropdown-toggle.btn{type: 'button', 'data-toggle' => 'dropdown'}
+ %button.dropdown-toggle{type: 'button', 'data-toggle' => 'dropdown'}
%span.light
- if @sort.present?
= sort_options_hash[@sort]
- else
= sort_title_recently_created
- = icon('caret-down')
+ = icon('chevron-down')
%ul.dropdown-menu.dropdown-menu-align-right.dropdown-menu-sort
%li
= link_to todos_filter_path(sort: sort_value_priority) do