summaryrefslogtreecommitdiff
path: root/app/views/shared/_sort_dropdown.html.haml
diff options
context:
space:
mode:
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 0ce0d759e86..367aa550a78 100644
--- a/app/views/shared/_sort_dropdown.html.haml
+++ b/app/views/shared/_sort_dropdown.html.haml
@@ -10,6 +10,8 @@
%li
= link_to page_filter_path(sort: sort_value_priority, label: true) do
= sort_title_priority
+ = link_to page_filter_path(sort: sort_value_label_priority, label: true) do
+ = sort_title_label_priority
= link_to page_filter_path(sort: sort_value_recently_created, label: true) do
= sort_title_recently_created
= link_to page_filter_path(sort: sort_value_oldest_created, label: true) do