BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d913ea78
Commit
d913ea78
authored
Jul 11, 2017
by
Annabel Dunstone Gray
Committed by
James Edwards-Jones
Jul 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'breadcrumbs-limit-width' into 'master'
Added limit-container-width to breadcrumbs container Closes #34573 See merge request !12776
parent
e3df0c7c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
_breadcrumbs.html.haml
app/views/layouts/nav/_breadcrumbs.html.haml
+1
-1
show.html.haml
app/views/projects/commit/show.html.haml
+1
-0
show.html.haml
app/views/projects/show.html.haml
+1
-0
show.html.haml
app/views/projects/tree/show.html.haml
+1
-0
No files found.
app/views/layouts/nav/_breadcrumbs.html.haml
View file @
d913ea78
...
...
@@ -2,7 +2,7 @@
-
hide_top_links
=
@hide_top_links
||
false
%nav
.breadcrumbs
{
role:
"navigation"
}
.breadcrumbs-container
{
class:
container_class
}
.breadcrumbs-container
{
class:
[
container_class
,
@content_class
]
}
.breadcrumbs-links.js-title-container
-
unless
hide_top_links
.title
...
...
app/views/projects/commit/show.html.haml
View file @
d913ea78
-
@no_container
=
true
-
container_class
=
!
fluid_layout
&&
diff_view
==
:inline
?
'container-limited'
:
''
-
limited_container_width
=
fluid_layout
?
''
:
'limit-container-width'
-
@content_class
=
limited_container_width
-
page_title
"
#{
@commit
.
title
}
(
#{
@commit
.
short_id
}
)"
,
"Commits"
-
page_description
@commit
.
description
=
render
"projects/commits/head"
...
...
app/views/projects/show.html.haml
View file @
d913ea78
-
@no_container
=
true
-
@content_class
=
"limit-container-width"
unless
fluid_layout
-
flash_message_container
=
show_new_nav?
?
:
new_global_flash
:
:flash_message
=
content_for
:meta_tags
do
...
...
app/views/projects/tree/show.html.haml
View file @
d913ea78
-
@no_container
=
true
-
@content_class
=
"limit-container-width"
unless
fluid_layout
-
page_title
@path
.
presence
||
_
(
"Files"
),
@ref
=
content_for
:meta_tags
do
...
...
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