Commit 67a0dd04 authored by Nathan Friend's avatar Nathan Friend

Update milestone_url to milestone_path

This commit updates a usage of new_project_milestone_url to
new_project_milestone_path.
parent 663a98f6
...@@ -32,7 +32,7 @@ module ReleasesHelper ...@@ -32,7 +32,7 @@ module ReleasesHelper
update_release_api_docs_path: help_page_path('api/releases/index.md', anchor: 'update-a-release'), update_release_api_docs_path: help_page_path('api/releases/index.md', anchor: 'update-a-release'),
release_assets_docs_path: help_page(anchor: 'release-assets'), release_assets_docs_path: help_page(anchor: 'release-assets'),
manage_milestones_path: project_milestones_path(@project), manage_milestones_path: project_milestones_path(@project),
new_milestone_path: new_project_milestone_url(@project) new_milestone_path: new_project_milestone_path(@project)
} }
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment