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
65c00272
Commit
65c00272
authored
Aug 06, 2020
by
peterhegman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded HAML variable
parent
785a61de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
app/views/groups/group_members/index.html.haml
app/views/groups/group_members/index.html.haml
+1
-2
No files found.
app/views/groups/group_members/index.html.haml
View file @
65c00272
...
...
@@ -76,9 +76,8 @@
=
render
'groups/group_members/tab_pane/title'
do
=
html_escape
(
_
(
"Groups with access to %{strong_start}%{group_name}%{strong_end}"
))
%
{
group_name:
@group
.
name
,
strong_start:
'<strong>'
.
html_safe
,
strong_end:
'</strong>'
.
html_safe
}
%ul
.content-list.members-list
{
data:
{
qa_selector:
"groups_list"
}
}
-
can_admin_member
=
can?
(
current_user
,
:admin_group_member
,
@group
)
-
@group
.
shared_with_group_links
.
each
do
|
group_link
|
=
render
'shared/members/group'
,
group_link:
group_link
,
can_admin_member:
can_
admin_member
,
group_link_path:
group_group_link_path
(
@group
,
group_link
)
=
render
'shared/members/group'
,
group_link:
group_link
,
can_admin_member:
can_
manage_members
,
group_link_path:
group_group_link_path
(
@group
,
group_link
)
-
if
show_invited_members
#tab-pending-members
.tab-pane
{
class:
(
"active"
if
pending_active
)
}
.card.card-without-border
...
...
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