提交 6d3a9cc9 编写于 作者: P Phil Hughes

fix some breadcrumb titles that are wrong

changed color of divider
上级 19437e47
......@@ -376,6 +376,7 @@ header.navbar-gitlab-new {
&::after {
content: "/";
margin: 0 2px 0 5px;
color: rgba($black, .65);
}
}
......
......@@ -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;
......
- @breadcrumb_title = "Activity"
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: "#{@group.name} activity")
......
- @no_container = true
- @breadcrumb_title = "Activity"
- page_title "Activity"
= render "projects/head"
......
- @no_container = true
- @breadcrumb_title = "Charts"
- page_title "Charts"
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_d3')
......
- @no_container = true
- @breadcrumb_title = "Contributors"
- page_title "Contributors"
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_d3')
......
- @breadcrumb_title = "Graph"
- page_title "Graph", @ref
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('network')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册