Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
c1621cfb5756
Commit
21603f2e
authored
Aug 09, 2019
by
Stan Hu
Browse files
Revert "Change 'data-toggle' => 'tab' to data-toggle: 'tab'"
This reverts commit 3af747657083e2d91922cdb9be5879f890ca50bb.
parent
a0442d92af83
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/groups/group_members/index.html.haml
View file @
c1621cfb
...
...
@@ -19,13 +19,13 @@
%ul
.nav-links.mobile-separator.nav.nav-tabs.clearfix
%li
.nav-item
=
link_to
"#existing_members"
,
class:
[
"nav-link"
,
(
"active"
unless
pending_active
)]
,
data
-
toggle
:
'tab'
do
=
link_to
"#existing_members"
,
class:
[
"nav-link"
,
(
"active"
unless
pending_active
)]
,
'
data-toggle
'
=>
'tab'
do
%span
=
_
(
"Existing"
)
%span
.badge.badge-pill
=
@members
.
total_count
-
if
show_invited_members
%li
.nav-item
=
link_to
"#invited_members"
,
class:
[
"nav-link"
,
(
"active"
if
pending_active
)],
data
-
toggle
:
'tab'
do
=
link_to
"#invited_members"
,
class:
[
"nav-link"
,
(
"active"
if
pending_active
)],
'
data-toggle
'
=>
'tab'
do
%span
=
_
(
"Pending"
)
%span
.badge.badge-pill
=
@invited_members
.
total_count
...
...
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