diff options
author | Phil Hughes <me@iamphill.com> | 2018-01-11 12:38:30 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-01-16 16:45:33 +0000 |
commit | b69d7ac3c9de7b0ba3e60ede70f1de630a53dfe6 (patch) | |
tree | d6169abee8bc535276d3118665b9d15ab649dc43 /app/views/projects/new.html.haml | |
parent | f084525fe4cceee1c6c3d86d5bd3150fa6334e42 (diff) | |
download | gitlab-ce-b69d7ac3c9de7b0ba3e60ede70f1de630a53dfe6.tar.gz |
Added dispatcher imports for some project routes
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r-- | app/views/projects/new.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index 2f56630c22e..61ae0ebbce6 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -4,8 +4,6 @@ - page_title 'New Project' - header_title "Projects", dashboard_projects_path - visibility_level = params.dig(:project, :visibility_level) || default_project_visibility -- content_for :page_specific_javascripts do - = webpack_bundle_tag 'project_new' .project-edit-container .project-edit-errors |