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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-16 17:09:58 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-06-21 19:15:49 +0300
commit6f642fd423f32a05711e8cf97d79b57cd6e489f3 (patch)
tree96f0f2b480d9616568c27d25c3606fbc41dc9b74 /app/views/projects/graphs
parenta02c3d09d3670c7b7543461bf4d3c4d5fc08f418 (diff)
Add new style for sub header block info
Diffstat (limited to 'app/views/projects/graphs')
-rw-r--r--app/views/projects/graphs/ci.html.haml2
-rw-r--r--app/views/projects/graphs/commits.html.haml2
-rw-r--r--app/views/projects/graphs/languages.html.haml2
-rw-r--r--app/views/projects/graphs/show.html.haml2
4 files changed, 4 insertions, 4 deletions
diff --git a/app/views/projects/graphs/ci.html.haml b/app/views/projects/graphs/ci.html.haml
index 6a40cff0e09..e695d3ae369 100644
--- a/app/views/projects/graphs/ci.html.haml
+++ b/app/views/projects/graphs/ci.html.haml
@@ -3,7 +3,7 @@
= render 'head'
%div{ class: (container_class) }
- .row-content-block.append-bottom-default
+ .sub-header-block
.oneline
A collection of graphs for Continuous Integration
diff --git a/app/views/projects/graphs/commits.html.haml b/app/views/projects/graphs/commits.html.haml
index 2b858c5e0f6..0daffe68f6f 100644
--- a/app/views/projects/graphs/commits.html.haml
+++ b/app/views/projects/graphs/commits.html.haml
@@ -3,7 +3,7 @@
= render 'head'
%div{ class: (container_class) }
- .row-content-block.append-bottom-default
+ .sub-header-block
.tree-ref-holder
= render 'shared/ref_switcher', destination: 'graphs_commits'
%ul.breadcrumb.repo-breadcrumb
diff --git a/app/views/projects/graphs/languages.html.haml b/app/views/projects/graphs/languages.html.haml
index 415414a4ebb..6d97f552a8e 100644
--- a/app/views/projects/graphs/languages.html.haml
+++ b/app/views/projects/graphs/languages.html.haml
@@ -3,7 +3,7 @@
= render 'head'
%div{ class: (container_class) }
- .row-content-block.append-bottom-default
+ .sub-header-block
.oneline
Programming languages used in this repository
diff --git a/app/views/projects/graphs/show.html.haml b/app/views/projects/graphs/show.html.haml
index 61706c1d0fe..9f7e2a361ff 100644
--- a/app/views/projects/graphs/show.html.haml
+++ b/app/views/projects/graphs/show.html.haml
@@ -3,7 +3,7 @@
= render 'head'
%div{ class: (container_class) }
- .row-content-block.append-bottom-default
+ .sub-header-block
.tree-ref-holder
= render 'shared/ref_switcher', destination: 'graphs'
%ul.breadcrumb.repo-breadcrumb