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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
ea0e7dc5
Commit
ea0e7dc5
authored
Oct 16, 2018
by
benjamin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change generating url functions for external url
parent
e347170c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/admin/groups/show.html.haml
app/views/admin/groups/show.html.haml
+1
-1
app/views/admin/projects/show.html.haml
app/views/admin/projects/show.html.haml
+1
-1
No files found.
app/views/admin/groups/show.html.haml
View file @
ea0e7dc5
...
...
@@ -119,7 +119,7 @@
=
_
(
"<strong>%{group_name}</strong> group members"
).
html_safe
%
{
group_name:
@group
.
name
}
%span
.badge.badge-pill
=
@group
.
members
.
size
.float-right
=
link_to
icon
(
'pencil-square-o'
,
text:
_
(
'Manage access'
)),
polymorphic_url
([
@group
,
:members
]
),
class:
"btn btn-sm"
=
link_to
icon
(
'pencil-square-o'
,
text:
_
(
'Manage access'
)),
group_group_members_path
(
@group
),
class:
"btn btn-sm"
%ul
.content-list.group-users-list.content-list.members-list
=
render
partial:
'shared/members/member'
,
collection:
@members
,
as: :member
,
locals:
{
show_controls:
false
}
.card-footer
...
...
app/views/admin/projects/show.html.haml
View file @
ea0e7dc5
...
...
@@ -183,7 +183,7 @@
project members
%span
.badge.badge-pill
=
@project
.
users
.
size
.float-right
=
link_to
icon
(
'pencil-square-o'
,
text:
'Manage access'
),
p
olymorphic_url
([
@project
,
:members
]
),
class:
"btn btn-sm"
=
link_to
icon
(
'pencil-square-o'
,
text:
'Manage access'
),
p
roject_project_members_path
(
@project
),
class:
"btn btn-sm"
%ul
.content-list.project_members.members-list
=
render
partial:
'shared/members/member'
,
collection:
@project_members
,
as: :member
,
locals:
{
show_controls:
false
}
.card-footer
...
...
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