summaryrefslogtreecommitdiff
path: root/app/views/projects/pages/_destroy.haml
diff options
context:
space:
mode:
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 58dbbb5bcfc..0833eba2c27 100644
--- a/app/views/projects/pages/_destroy.haml
+++ b/app/views/projects/pages/_destroy.haml
@@ -8,7 +8,7 @@
%p
= s_('GitLabPages|Removing pages will prevent them from being exposed to the outside world.')
.form-actions
- = link_to s_('GitLabPages|Remove pages'), project_pages_path(@project), data: { confirm: s_('GitLabPages|Are you sure?')}, method: :delete, class: "btn btn-remove"
+ = link_to s_('GitLabPages|Remove pages'), project_pages_path(@project), data: { confirm: s_('GitLabPages|Are you sure?')}, method: :delete, class: "btn gl-button btn-remove"
- else
.nothing-here-block
= s_('GitLabPages|Only project maintainers can remove pages')