Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6d3a9cc9
Commit
6d3a9cc9
authored
Jul 04, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some breadcrumb titles that are wrong
changed color of divider
parent
19437e47
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
1 deletion
+7
-1
app/assets/stylesheets/new_nav.scss
app/assets/stylesheets/new_nav.scss
+1
-0
app/assets/stylesheets/new_sidebar.scss
app/assets/stylesheets/new_sidebar.scss
+1
-1
app/views/groups/activity.html.haml
app/views/groups/activity.html.haml
+1
-0
app/views/projects/activity.html.haml
app/views/projects/activity.html.haml
+1
-0
app/views/projects/graphs/charts.html.haml
app/views/projects/graphs/charts.html.haml
+1
-0
app/views/projects/graphs/show.html.haml
app/views/projects/graphs/show.html.haml
+1
-0
app/views/projects/network/show.html.haml
app/views/projects/network/show.html.haml
+1
-0
No files found.
app/assets/stylesheets/new_nav.scss
View file @
6d3a9cc9
...
...
@@ -376,6 +376,7 @@ header.navbar-gitlab-new {
&
:
:
after
{
content
:
"/"
;
margin
:
0
2px
0
5px
;
color
:
rgba
(
$black
,
.65
);
}
}
...
...
app/assets/stylesheets/new_sidebar.scss
View file @
6d3a9cc9
...
...
@@ -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
;
...
...
app/views/groups/activity.html.haml
View file @
6d3a9cc9
-
@breadcrumb_title
=
"Activity"
=
content_for
:meta_tags
do
=
auto_discovery_link_tag
(
:atom
,
group_url
(
@group
,
rss_url_options
),
title:
"
#{
@group
.
name
}
activity"
)
...
...
app/views/projects/activity.html.haml
View file @
6d3a9cc9
-
@no_container
=
true
-
@breadcrumb_title
=
"Activity"
-
page_title
"Activity"
=
render
"projects/head"
...
...
app/views/projects/graphs/charts.html.haml
View file @
6d3a9cc9
-
@no_container
=
true
-
@breadcrumb_title
=
"Charts"
-
page_title
"Charts"
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'common_d3'
)
...
...
app/views/projects/graphs/show.html.haml
View file @
6d3a9cc9
-
@no_container
=
true
-
@breadcrumb_title
=
"Contributors"
-
page_title
"Contributors"
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'common_d3'
)
...
...
app/views/projects/network/show.html.haml
View file @
6d3a9cc9
-
@breadcrumb_title
=
"Graph"
-
page_title
"Graph"
,
@ref
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'network'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment