Skip to content
Snippets Groups Projects
Commit 6d3a9cc9 authored by Phil Hughes's avatar Phil Hughes
Browse files

fix some breadcrumb titles that are wrong

changed color of divider
parent 19437e47
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -376,6 +376,7 @@ header.navbar-gitlab-new {
&::after {
content: "/";
margin: 0 2px 0 5px;
color: rgba($black, .65);
}
}
 
Loading
Loading
Loading
Loading
@@ -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;
Loading
Loading
- @breadcrumb_title = "Activity"
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: "#{@group.name} activity")
 
Loading
Loading
- @no_container = true
- @breadcrumb_title = "Activity"
 
- page_title "Activity"
= render "projects/head"
Loading
Loading
- @no_container = true
- @breadcrumb_title = "Charts"
- page_title "Charts"
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_d3')
Loading
Loading
- @no_container = true
- @breadcrumb_title = "Contributors"
- page_title "Contributors"
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_d3')
Loading
Loading
- @breadcrumb_title = "Graph"
- page_title "Graph", @ref
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('network')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment