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
ea7478d6
Commit
ea7478d6
authored
Mar 10, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix features checkboxes at admin settings page
parent
c572bdb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
16 deletions
+24
-16
app/views/admin/application_settings/_form.html.haml
app/views/admin/application_settings/_form.html.haml
+24
-16
No files found.
app/views/admin/application_settings/_form.html.haml
View file @
ea7478d6
...
...
@@ -8,22 +8,30 @@
%fieldset
%legend
Features
.form-group
=
f
.
label
:signup_enabled
,
class:
'control-label col-sm-2'
.col-sm-10
=
f
.
check_box
:signup_enabled
,
class:
'checkbox form-control'
.form-group
=
f
.
label
:signin_enabled
,
class:
'control-label col-sm-2'
.col-sm-10
=
f
.
check_box
:signin_enabled
,
class:
'checkbox form-control'
.form-group
=
f
.
label
:gravatar_enabled
,
class:
'control-label col-sm-2'
.col-sm-10
=
f
.
check_box
:gravatar_enabled
,
class:
'checkbox form-control'
.form-group
=
f
.
label
:twitter_sharing_enabled
,
"Twitter enabled"
,
class:
'control-label col-sm-2'
.col-sm-10
=
f
.
check_box
:twitter_sharing_enabled
,
class:
'checkbox form-control'
,
:'aria-describedby'
=>
'twitter_help_block'
%span
.help-block
#twitter_help_block
Show users a button to share their newly created public or internal projects on twitter
.col-sm-offset-2.col-sm-10
.checkbox
=
f
.
label
:signup_enabled
do
=
f
.
check_box
:signup_enabled
Signin enabled
.form-group
.col-sm-offset-2.col-sm-10
.checkbox
=
f
.
label
:signin_enabled
do
=
f
.
check_box
:signin_enabled
Signup enabled
.form-group
.col-sm-offset-2.col-sm-10
.checkbox
=
f
.
label
:gravatar_enabled
do
=
f
.
check_box
:gravatar_enabled
Gravatar enabled
.form-group
.col-sm-offset-2.col-sm-10
.checkbox
=
f
.
label
:twitter_sharing_enabled
do
=
f
.
check_box
:twitter_sharing_enabled
,
:'aria-describedby'
=>
'twitter_help_block'
%strong
Twitter enabled
%span
.help-block
#twitter_help_block
Show users a button to share their newly created public or internal projects on twitter
%fieldset
%legend
Misc
.form-group
...
...
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