summaryrefslogtreecommitdiff
path: root/app/views/projects/_deletion_failed.html.haml
blob: 028510b5671dc9473847019184c5fc06c7cac3c6 (plain)
1
2
3
4
5
6
7
8
9
- if @project.delete_error.present?
  .project-deletion-failed-message.alert.alert-warning
    This project was scheduled for deletion, but failed with the following message:
    = @project.delete_error

    .alert-link-group
      = link_to "Don't show again", profile_path(user: { hide_no_ssh_key: true }), method: :put, class: 'alert-link'
      |
      = link_to 'Remind later', '#', class: 'hide-no-ssh-message alert-link'