Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2017-06-29 14:43:01 +0300
committerTiago Botelho <tiagonbotelho@hotmail.com>2017-07-20 11:59:56 +0300
commit3491b19a4e67a9f439c12afac45ef38f3fce0ef5 (patch)
treea548a111e88c046315e0a2633aba5656be7603ba /app/views/projects/_deletion_failed.html.haml
parentf0e4e3993b1f5a21ab61aaff95f73ac4e5b88ad3 (diff)
Add specs for ProjectDestroyWorker
Diffstat (limited to 'app/views/projects/_deletion_failed.html.haml')
-rw-r--r--app/views/projects/_deletion_failed.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/_deletion_failed.html.haml b/app/views/projects/_deletion_failed.html.haml
index cd717760432..028510b5671 100644
--- a/app/views/projects/_deletion_failed.html.haml
+++ b/app/views/projects/_deletion_failed.html.haml
@@ -1,9 +1,9 @@
- if @project.delete_error.present?
.project-deletion-failed-message.alert.alert-warning
- This project was scheduled for deletion, but failed with the message:
+ 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 "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'