summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-03-23 17:00:27 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-03-26 13:05:32 +0300
commit9339b5f4742148d57fadebbac929fdbe4bb0fba7 (patch)
treec766a143600120dd27bec54963e8de54c0c4abb4 /app/views
parent3cd95700d4ba4aa48c1d551e6982e9390594a1de (diff)
downloadgitlab-ce-9339b5f4742148d57fadebbac929fdbe4bb0fba7.tar.gz
Update no repository placeholder
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/no_repo.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/no_repo.html.haml b/app/views/projects/no_repo.html.haml
index ba5845877e5..0716569eb3a 100644
--- a/app/views/projects/no_repo.html.haml
+++ b/app/views/projects/no_repo.html.haml
@@ -1,3 +1,5 @@
+- breadcrumb_title "Details"
+
%h2
%i.fa.fa-warning
#{ _('No repository') }
@@ -19,4 +21,4 @@
- if can? current_user, :remove_project, @project
.prepend-top-20
- = link_to _('Remove project'), project_path(@project), data: { confirm: remove_project_message(@project)}, method: :delete, class: "btn btn-remove pull-right"
+ = link_to _('Remove project'), project_path(@project), data: { confirm: remove_project_message(@project)}, method: :delete, class: "btn btn-inverted btn-remove pull-right"