Update _destroy.haml
Use better descriptive text
This commit is contained in:
parent
ee111285ec
commit
dadf120901
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue