Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/timeboxes_helper.rb')
-rw-r--r--app/helpers/timeboxes_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/timeboxes_helper.rb b/app/helpers/timeboxes_helper.rb
index e0e6229bc6d..307f03e0d64 100644
--- a/app/helpers/timeboxes_helper.rb
+++ b/app/helpers/timeboxes_helper.rb
@@ -36,7 +36,7 @@ module TimeboxesHelper
end
end
- def milestones_browse_issuables_path(milestone, state: nil, type:)
+ def milestones_browse_issuables_path(milestone, type:, state: nil)
opts = { milestone_title: milestone.title, state: state }
if @project