debian-mirror-gitlab/app/views/projects/pages/_destroy.haml
2018-11-08 19:23:39 +05:30

12 lines
503 B
Text

- if @project.pages_deployed?
- if can?(current_user, :remove_pages, @project)
.card.bg-danger
.card-header Remove pages
.errors-holder
.card-body
%p
Removing pages will prevent them from being exposed to the 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