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/_flash_messages.html.haml
parentf0e4e3993b1f5a21ab61aaff95f73ac4e5b88ad3 (diff)
Add specs for ProjectDestroyWorker
Diffstat (limited to 'app/views/projects/_flash_messages.html.haml')
-rw-r--r--app/views/projects/_flash_messages.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/projects/_flash_messages.html.haml b/app/views/projects/_flash_messages.html.haml
new file mode 100644
index 00000000000..6c9d466c761
--- /dev/null
+++ b/app/views/projects/_flash_messages.html.haml
@@ -0,0 +1,5 @@
+= content_for flash_message_container do
+ = render 'deletion_failed'
+ - if current_user && can?(current_user, :download_code, project)
+ = render 'shared/no_ssh'
+ = render 'shared/no_password'