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
89eb449f
Commit
89eb449f
authored
Sep 04, 2019
by
Walmyr Lima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update views for testability
parent
f8f8ed47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
app/assets/javascripts/boards/components/boards_selector.vue
app/assets/javascripts/boards/components/boards_selector.vue
+1
-0
app/views/layouts/nav/sidebar/_group.html.haml
app/views/layouts/nav/sidebar/_group.html.haml
+3
-3
No files found.
app/assets/javascripts/boards/components/boards_selector.vue
View file @
89eb449f
...
...
@@ -245,6 +245,7 @@ export default {
<div
v-if=
"!loading"
ref=
"content"
data-qa-selector=
"boards_dropdown_content"
class=
"dropdown-content flex-fill"
@
scroll.passive=
"throttledSetScrollFade"
>
...
...
app/views/layouts/nav/sidebar/_group.html.haml
View file @
89eb449f
...
...
@@ -48,14 +48,14 @@
-
if
group_sidebar_link?
(
:issues
)
=
nav_link
(
path:
group_issues_sub_menu_items
)
do
=
link_to
issues_group_path
(
@group
)
do
=
link_to
issues_group_path
(
@group
)
,
data:
{
qa_selector:
'group_issues_item'
}
do
.nav-icon-container
=
sprite_icon
(
'issues'
)
%span
.nav-item-name
=
_
(
'Issues'
)
%span
.badge.badge-pill.count
=
number_with_delimiter
(
issues_count
)
%ul
.sidebar-sub-level-items
%ul
.sidebar-sub-level-items
{
data:
{
qa_selector:
'group_issues_sidebar_submenu'
}
}
=
nav_link
(
path:
[
'groups#issues'
,
'labels#index'
,
'milestones#index'
],
html_options:
{
class:
"fly-out-top-item"
}
)
do
=
link_to
issues_group_path
(
@group
)
do
%strong
.fly-out-top-item-name
...
...
@@ -70,7 +70,7 @@
-
if
group_sidebar_link?
(
:boards
)
=
nav_link
(
path:
[
'boards#index'
,
'boards#show'
])
do
=
link_to
group_boards_path
(
@group
),
title:
boards_link_text
do
=
link_to
group_boards_path
(
@group
),
title:
boards_link_text
,
data:
{
qa_selector:
'group_issue_boards_link'
}
do
%span
=
boards_link_text
...
...
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