summaryrefslogtreecommitdiff
path: root/app/views/projects/empty.html.haml
diff options
context:
space:
mode:
authorAndrew Tomaka <atomaka@gmail.com>2015-12-09 16:11:21 -0500
committerAndrew Tomaka <atomaka@gmail.com>2015-12-09 16:11:21 -0500
commit48bf0a34e2771096b175555b47133b2573faa4d8 (patch)
treed4ed5b1b6c1d982afaa5c506ad674dfc8b0782b0 /app/views/projects/empty.html.haml
parentcbb9da3d656482f5a6e046ec791d49390fc23fd7 (diff)
downloadgitlab-ce-48bf0a34e2771096b175555b47133b2573faa4d8.tar.gz
"No ssh" message should be same on project page
Diffstat (limited to 'app/views/projects/empty.html.haml')
-rw-r--r--app/views/projects/empty.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml
index 950ab33825e..503d156661e 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -1,4 +1,4 @@
-.alert_holder
+= content_for :flash_message do
- if current_user && can?(current_user, :download_code, @project)
= render 'shared/no_ssh'
= render 'shared/no_password'