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:
authorTimothy Andrew <mail@timothyandrew.net>2017-05-04 13:50:05 +0300
committerTiago Botelho <tiagonbotelho@hotmail.com>2017-07-20 11:57:40 +0300
commitf0e4e3993b1f5a21ab61aaff95f73ac4e5b88ad3 (patch)
treefee0292121d40bf332117bf5583c4dfe70b1cbdb /app/views/projects/show.html.haml
parent72a85ae9ac2468b099a565d3848bf8e0dcdf4499 (diff)
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'