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
5fc690df
Commit
5fc690df
authored
Jul 14, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make admin/groups view consistent with dashboard/groups
parent
079d9c04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
17 deletions
+20
-17
app/views/admin/groups/_group.html.haml
app/views/admin/groups/_group.html.haml
+20
-17
No files found.
app/views/admin/groups/_group.html.haml
View file @
5fc690df
-
css_class
=
'
'
unless
local_assigns
[
:css_class
]
-
css_class
=
'
no-description'
if
group
.
description
.
blank?
%li
.group-row.group-admin
{
class:
css_class
}
.group-avatar
=
image_tag
group_icon
(
group
),
class:
'avatar hidden-xs'
.group-details
.title
=
link_to
[
:admin
,
group
],
class:
'group-name'
do
=
group
.
name
.group-stats
%span
>=
pluralize
(
number_with_delimiter
(
group
.
projects
.
count
),
'project'
)
,
%span
=
pluralize
(
number_with_delimiter
(
group
.
users
.
count
),
'member'
)
-
if
group
.
description
.
present?
.description
=
markdown
(
group
.
description
,
pipeline: :description
)
.controls.hidden-xs
%li
.group-row
{
class:
css_class
}
.controls
=
link_to
'Edit'
,
edit_admin_group_path
(
group
),
id:
"edit_
#{
dom_id
(
group
)
}
"
,
class:
'btn'
=
link_to
'Delete'
,
[
:admin
,
group
],
data:
{
confirm:
"Are you sure you want to remove
#{
group
.
name
}
?"
},
method: :delete
,
class:
'btn btn-remove'
.stats
%span
=
icon
(
'bookmark'
)
=
number_with_delimiter
(
group
.
projects
.
count
)
%span
=
icon
(
'users'
)
=
number_with_delimiter
(
group
.
users
.
count
)
=
image_tag
group_icon
(
group
),
class:
"avatar s40 hidden-xs"
.title
=
link_to
[
:admin
,
group
],
class:
'group-name'
do
=
group
.
name
-
if
group
.
description
.
present?
.description
=
markdown
(
group
.
description
,
pipeline: :description
)
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