summaryrefslogtreecommitdiff
path: root/app/views/shared/_sort_dropdown.html.haml
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-06-08 18:50:24 +0300
committerFatih Acet <acetfatih@gmail.com>2016-06-08 18:50:24 +0300
commitcae84aa2788af60219bbca1a83ae63941f11bf47 (patch)
tree23f0581d48ebc62f6916bf50731377772ed6b510 /app/views/shared/_sort_dropdown.html.haml
parent57ec290f0c47d04745e49598c490735b3e650edb (diff)
parent53498e42868f258a5e0cda7894fa4de8e8d4f8e9 (diff)
downloadgitlab-ce-cae84aa2788af60219bbca1a83ae63941f11bf47.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into category-search-dropdown
Diffstat (limited to 'app/views/shared/_sort_dropdown.html.haml')
-rw-r--r--app/views/shared/_sort_dropdown.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/shared/_sort_dropdown.html.haml b/app/views/shared/_sort_dropdown.html.haml
index 1e0f075b303..249bce926ce 100644
--- a/app/views/shared/_sort_dropdown.html.haml
+++ b/app/views/shared/_sort_dropdown.html.haml
@@ -8,6 +8,8 @@
%b.caret
%ul.dropdown-menu.dropdown-menu-align-right.dropdown-menu-sort
%li
+ = link_to page_filter_path(sort: sort_value_priority) do
+ = sort_title_priority
= link_to page_filter_path(sort: sort_value_recently_created) do
= sort_title_recently_created
= link_to page_filter_path(sort: sort_value_oldest_created) do