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
baac8e6d
Commit
baac8e6d
authored
Mar 28, 2022
by
Paul Slaughter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix haml comments in groups/show.html.haml
parent
b61591c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/groups/show.html.haml
app/views/groups/show.html.haml
+2
-2
No files found.
app/views/groups/show.html.haml
View file @
baac8e6d
...
...
@@ -37,8 +37,8 @@
.scrolling-tabs-container.inner-page-scroll-tabs
.fade-left
=
sprite_icon
(
'chevron-lg-left'
,
size:
12
)
.fade-right
=
sprite_icon
(
'chevron-lg-right'
,
size:
12
)
//
`item_active` is set to `false` as the active state is set by `app/assets/javascripts/pages/groups/shared/group_details.js`
//
TODO: Replace this approach in https://gitlab.com/gitlab-org/gitlab/-/issues/23466
-#
`item_active` is set to `false` as the active state is set by `app/assets/javascripts/pages/groups/shared/group_details.js`
-#
TODO: Replace this approach in https://gitlab.com/gitlab-org/gitlab/-/issues/23466
=
gl_tabs_nav
({
class:
'nav-links scrolling-tabs gl-display-flex gl-flex-grow-1 gl-flex-nowrap gl-border-0'
})
do
=
gl_tab_link_to
group_path
,
item_active:
false
,
tab_class:
'js-subgroups_and_projects-tab'
,
data:
{
target:
'div#subgroups_and_projects'
,
action:
'subgroups_and_projects'
,
toggle:
'tab'
}
do
=
_
(
"Subgroups and projects"
)
...
...
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