Commit dadf1209 authored by Sam's avatar Sam

Update _destroy.haml

Use better descriptive text
parent ee111285
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.errors-holder .errors-holder
.card-body .card-body
%p %p
Removing the pages will prevent from exposing them to outside world. Removing pages will prevent them from being exposed to the outside world.
.form-actions .form-actions
= link_to 'Remove pages', project_pages_path(@project), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-remove" = link_to 'Remove pages', project_pages_path(@project), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-remove"
- else - else
......
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