summaryrefslogtreecommitdiff
path: root/app/views/shared/_project_filter.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_project_filter.html.haml')
-rw-r--r--app/views/shared/_project_filter.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_project_filter.html.haml b/app/views/shared/_project_filter.html.haml
index d82b08eeaa2..7936a038be3 100644
--- a/app/views/shared/_project_filter.html.haml
+++ b/app/views/shared/_project_filter.html.haml
@@ -44,7 +44,7 @@
.light-well
Add first label to your issues
%br
- or #{link_to 'generate', generate_project_labels_path(@project), method: :post} default set of labels
+ or #{link_to 'generate', generate_project_labels_path(@project, redirect: redirect), method: :post} default set of labels
%fieldset
- if %w(state scope milestone_id assignee_id label_name).select { |k| params[k].present? }.any?