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
d515ec4d
Commit
d515ec4d
authored
Aug 18, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes the breadcrumb container when in issue boards
Closes #36561
parent
6ed01ebf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
app/views/layouts/nav/_breadcrumbs.html.haml
app/views/layouts/nav/_breadcrumbs.html.haml
+2
-1
app/views/projects/boards/_show.html.haml
app/views/projects/boards/_show.html.haml
+1
-0
changelogs/unreleased/issue-boards-breadcrumbs-container.yml
changelogs/unreleased/issue-boards-breadcrumbs-container.yml
+5
-0
No files found.
app/views/layouts/nav/_breadcrumbs.html.haml
View file @
d515ec4d
-
breadcrumb_link
=
breadcrumb_title_link
-
container
=
@no_breadcrumb_container
?
'container-fluid'
:
container_class
-
hide_top_links
=
@hide_top_links
||
false
%nav
.breadcrumbs
{
role:
"navigation"
}
.breadcrumbs-container
{
class:
[
container
_class
,
@content_class
]
}
.breadcrumbs-container
{
class:
[
container
,
@content_class
]
}
-
if
defined?
(
@new_sidebar
)
=
button_tag
class:
'toggle-mobile-nav'
,
type:
'button'
do
%span
.sr-only
Open sidebar
...
...
app/views/projects/boards/_show.html.haml
View file @
d515ec4d
-
@no_breadcrumb_container
=
true
-
@no_container
=
true
-
@content_class
=
"issue-boards-content"
-
page_title
"Boards"
...
...
changelogs/unreleased/issue-boards-breadcrumbs-container.yml
0 → 100644
View file @
d515ec4d
---
title
:
Fix breadcrumbs container in issue boards
merge_request
:
author
:
type
:
fixed
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