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
Jérome Perrin
gitlab-ce
Commits
8b5ef3c2
Commit
8b5ef3c2
authored
Apr 18, 2012
by
Tiago Ribeiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo in label
parent
5ef3b384
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
app/views/admin/users/_form.html.haml
app/views/admin/users/_form.html.haml
+6
-6
No files found.
app/views/admin/users/_form.html.haml
View file @
8b5ef3c2
...
...
@@ -12,12 +12,12 @@
=
f
.
label
:name
.input
=
f
.
text_field
:name
%span
.help-inline
* requ
ri
ed
%span
.help-inline
* requ
ir
ed
.clearfix
=
f
.
label
:email
.input
=
f
.
text_field
:email
%span
.help-inline
* requ
ri
ed
%span
.help-inline
* requ
ir
ed
.clearfix
=
f
.
label
:password
.input
=
f
.
password_field
:password
...
...
@@ -42,10 +42,10 @@
.alert
.clearfix
%p
Give user ability to manage application.
=
f
.
label
:admin
,
:class
=>
"checkbox"
do
=
f
.
label
:admin
,
:class
=>
"checkbox"
do
=
f
.
check_box
:admin
%span
Administrator
-
unless
@admin_user
.
new_record?
-
unless
@admin_user
.
new_record?
.alert.alert-error
-
if
@admin_user
.
blocked
%span
...
...
@@ -57,7 +57,7 @@
Blocked user will removed from all projects
&
will not be able to login to GitLab.
.actions
=
f
.
submit
'Save'
,
:class
=>
"btn primary"
-
if
@admin_user
.
new_record?
-
if
@admin_user
.
new_record?
=
link_to
'Cancel'
,
admin_users_path
,
:class
=>
"btn"
-
else
-
else
=
link_to
'Cancel'
,
admin_user_path
(
@admin_user
),
:class
=>
"btn"
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