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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 09:45:48 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 09:45:48 +0400
commit36fd4de8251cb265244320e67d3d5a3420712a85 (patch)
tree21df19b4b6783df1fcd00be0a074e7b0db8139c0 /app/views/projects/services
parent8b1d44f789cce12219dbc70890d8a72675b71315 (diff)
Replace page_title with page-title. Correct margin for some blocks/layouts
Diffstat (limited to 'app/views/projects/services')
-rw-r--r--app/views/projects/services/_form.html.haml4
-rw-r--r--app/views/projects/services/index.html.haml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/services/_form.html.haml b/app/views/projects/services/_form.html.haml
index ff6769531c4..b3cbf17809f 100644
--- a/app/views/projects/services/_form.html.haml
+++ b/app/views/projects/services/_form.html.haml
@@ -1,4 +1,4 @@
-%h3.page_title
+%h3.page-title
- if @service.activated?
%span.cgreen
%i.icon-circle
@@ -9,7 +9,7 @@
%p= @service.description
-.back_link
+.back-link
= link_to project_services_path(@project) do
&larr; to services
diff --git a/app/views/projects/services/index.html.haml b/app/views/projects/services/index.html.haml
index 6d254f66f1c..2aa2a069943 100644
--- a/app/views/projects/services/index.html.haml
+++ b/app/views/projects/services/index.html.haml
@@ -1,4 +1,4 @@
-%h3.page_title Services
+%h3.page-title Services
%br
%ul.bordered-list