Commit c31628fc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'order_in_settings_page' into 'master'

Fix the order of signin and signup on features page.

See merge request !1720
parents dbd347bf ce8359c1
......@@ -12,13 +12,13 @@
.checkbox
= f.label :signup_enabled do
= f.check_box :signup_enabled
Signin enabled
Signup enabled
.form-group
.col-sm-offset-2.col-sm-10
.checkbox
= f.label :signin_enabled do
= f.check_box :signin_enabled
Signup enabled
Signin enabled
.form-group
.col-sm-offset-2.col-sm-10
.checkbox
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment