summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2017-05-04 10:50:05 +0000
committerTiago Botelho <tiagonbotelho@hotmail.com>2017-07-20 09:57:40 +0100
commitf0e4e3993b1f5a21ab61aaff95f73ac4e5b88ad3 (patch)
treefee0292121d40bf332117bf5583c4dfe70b1cbdb /app/views/projects/show.html.haml
parent72a85ae9ac2468b099a565d3848bf8e0dcdf4499 (diff)
downloadgitlab-ce-f0e4e3993b1f5a21ab61aaff95f73ac4e5b88ad3.tar.gz
WIP: Display a project's `delete_error` on the project homepage.
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 49d0a6828fe..336bc694ffc 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -7,6 +7,7 @@
= auto_discovery_link_tag(:atom, project_path(@project, rss_url_options), title: "#{@project.name} activity")
= 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'