summaryrefslogtreecommitdiff
path: root/app/views/projects/pages/_destroy.haml
blob: 9b77c4e34942e78a9fdfe43bae60ccb1f94d715d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- 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