summaryrefslogtreecommitdiff
path: root/app/views/projects/pages/_destroy.haml
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-10 15:06:31 +0100
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:53:57 +0000
commit13b6bad17ec46eb78878f6972da1e7e34be86bb5 (patch)
tree745e04a26813be3e65200bc4ab6ece3fe73e6069 /app/views/projects/pages/_destroy.haml
parent6e99226cca41f36d92c4ccb2cd398d2256091adc (diff)
downloadgitlab-ce-13b6bad17ec46eb78878f6972da1e7e34be86bb5.tar.gz
Implement extra domains and save pages configuration
Diffstat (limited to 'app/views/projects/pages/_destroy.haml')
-rw-r--r--app/views/projects/pages/_destroy.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pages/_destroy.haml b/app/views/projects/pages/_destroy.haml
index 61b995a5934..dd493a6d312 100644
--- a/app/views/projects/pages/_destroy.haml
+++ b/app/views/projects/pages/_destroy.haml
@@ -3,7 +3,7 @@
.panel-heading Remove pages
.errors-holder
.panel-body
- = form_tag(namespace_project_pages_path(@project.namespace, @project), method: :delete, class: 'form-horizontal') do
+ = form_tag(remove_pages_namespace_project_pages_path(@project.namespace, @project), method: :delete, class: 'form-horizontal') do
%p
Removing the pages will prevent from exposing them to outside world.
.form-actions