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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-10-05 01:26:45 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-10-05 01:26:45 +0300
commitf71c497f5da791a35876206255e342a9bb5e49c5 (patch)
treed645d484fb2a06e556b324401533ad6c10fd7b80
parent747d42537295b9fb446b1bbff5c717f97412c57b (diff)
parentb6cf8b816856c170dbb457d3deb111d493131acb (diff)
Merge branch 'ee-7126-admin-projects-geo-status' into 'master'
EE backport: Add css class to Admin > Project > show page See merge request gitlab-org/gitlab-ce!22124
-rw-r--r--app/views/admin/projects/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index ccba1c461fc..32f6eefc16a 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -1,6 +1,8 @@
- add_to_breadcrumbs "Projects", admin_projects_path
- breadcrumb_title @project.full_name
- page_title @project.full_name, "Projects"
+- @content_class = "admin-projects"
+
%h3.page-title
Project: #{@project.full_name}
= link_to edit_project_path(@project), class: "btn btn-nr float-right" do