gitlab-org--gitlab-foss/app/views/projects/pages/_destroy.haml

13 lines
498 B
Plaintext

- if @project.pages_deployed?
- if can?(current_user, :remove_pages, @project)
.card.bg-danger
.card-header Remove pages
.errors-holder
.card-body
%p
Removing the pages will prevent from exposing them to outside world.
.form-actions
= link_to 'Remove pages', project_pages_path(@project), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-remove"
- else
.nothing-here-block Only the project owner can remove pages