fix some breadcrumb titles that are wrong

changed color of divider
This commit is contained in:
Phil Hughes 2017-07-04 14:05:26 +01:00
parent 19437e4709
commit 6d3a9cc98e
7 changed files with 7 additions and 1 deletions

View File

@ -376,6 +376,7 @@ header.navbar-gitlab-new {
&::after {
content: "/";
margin: 0 2px 0 5px;
color: rgba($black, .65);
}
}

View File

@ -22,7 +22,7 @@ $new-sidebar-width: 220px;
font-weight: 600;
display: flex;
align-items: center;
padding: 10px 14px;
padding: 10px 14px 9px;
.avatar-container {
flex: 0 0 40px;

View File

@ -1,3 +1,4 @@
- @breadcrumb_title = "Activity"
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: "#{@group.name} activity")

View File

@ -1,4 +1,5 @@
- @no_container = true
- @breadcrumb_title = "Activity"
- page_title "Activity"
= render "projects/head"

View File

@ -1,4 +1,5 @@
- @no_container = true
- @breadcrumb_title = "Charts"
- page_title "Charts"
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_d3')

View File

@ -1,4 +1,5 @@
- @no_container = true
- @breadcrumb_title = "Contributors"
- page_title "Contributors"
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_d3')

View File

@ -1,3 +1,4 @@
- @breadcrumb_title = "Graph"
- page_title "Graph", @ref
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('network')