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
iv
gitlab-ce
Commits
d47fb275
Commit
d47fb275
authored
Jan 31, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix block/remove UI for admin::users#show page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
9939c04e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
app/views/admin/users/show.html.haml
app/views/admin/users/show.html.haml
+4
-6
No files found.
app/views/admin/users/show.html.haml
View file @
d47fb275
...
...
@@ -78,7 +78,6 @@
-
if
@user
.
blocked?
.alert.alert-info
%h4
This user is blocked
%br
%p
Blocking user has the following effects:
%ul
%li
User will not be able to login
...
...
@@ -86,11 +85,11 @@
%li
User will be removed from joined projects and groups
%li
Personal projects will be left
%li
Owned groups will be left
%br
=
link_to
'Unblock user'
,
unblock_admin_user_path
(
@user
),
method: :put
,
class:
"btn btn-new"
,
data:
{
confirm:
'Are you sure?'
}
-
else
.alert
.alert
.alert-warning
%h4
Block this user
%br
%p
Blocking user has the following effects:
%ul
%li
User will not be able to login
...
...
@@ -98,12 +97,12 @@
%li
User will be removed from joined projects and groups
%li
Personal projects will be left
%li
Owned groups will be left
%br
=
link_to
'Block user'
,
block_admin_user_path
(
@user
),
data:
{
confirm:
'USER WILL BE BLOCKED! Are you sure?'
},
method: :put
,
class:
"btn btn-remove"
.alert.alert-danger
%h4
Remove user
%br
%p
Deleting a user has the following effects:
%ul
%li
All user content like authored issues, snippets, comments will be removed
...
...
@@ -114,6 +113,7 @@
%li
Next groups with all content will be removed:
%strong
#{
@user
.
solo_owned_groups
.
map
(
&
:name
).
join
(
', '
)
}
%br
=
link_to
'Remove user'
,
[
:admin
,
@user
],
data:
{
confirm:
"USER
#{
@user
.
name
}
WILL BE REMOVED! Are you sure?"
},
method: :delete
,
class:
"btn btn-remove"
.col-md-6
...
...
@@ -150,5 +150,3 @@
-
if
tm
.
respond_to?
:project
=
link_to
project_team_member_path
(
project
,
@user
),
data:
{
confirm:
remove_from_project_team_message
(
project
,
@user
)
},
remote:
true
,
method: :delete
,
class:
"btn-tiny btn btn-remove"
,
title:
'Remove user from project'
do
%i
.icon-remove
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