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:
authorGabriel Mazetto <brodock@gmail.com>2018-10-02 05:50:48 +0300
committerGabriel Mazetto <brodock@gmail.com>2018-10-05 00:33:55 +0300
commitb6cf8b816856c170dbb457d3deb111d493131acb (patch)
treeecd738699baee1962d628c6642fba6dd4882766f
parent1973d0c183218e7ca826d627eaea5ce91a17bed3 (diff)
Add css class to Admin > Project > show page
-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