summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings/_account_and_limit.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Fix checkbox/radio button structureClement Ho2018-05-311-6/+6
|
* [skip ci] Replace col-*-offset-* with offset-*-*Clement Ho2018-04-131-1/+1
|
* [skip ci] .form-horizontal => .form-group.rowClement Ho2018-04-121-7/+7
|
* [skip ci] .control-label to .col-form-labelClement Ho2018-04-111-5/+5
|
* [skip ci] .help-block to .form-text.text-mutedClement Ho2018-04-111-1/+1
|
* [skip ci] Convert .checkbox to .form-checkClement Ho2018-04-111-3/+3
|
* Put forms from expandable sections into fieldset to ensure proper animationDmitriy Zaporozhets2018-03-261-33/+34
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove gray background from app setting expandable sectionsDmitriy Zaporozhets2018-03-261-2/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve application settings page according to feedbackDmitriy Zaporozhets2018-03-261-1/+1
| | | | | | | * Replace btn-save with btn-success * Add id to each section so it can be directly linked Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move UI of several application settings to expandable blockdz-improve-app-settingsDmitriy Zaporozhets2018-03-261-0/+39
To make design consistent with project settings Next admin area application settings are afected by this commit: * Visibility and access control * Account and limit settings * Sign in * Sign up * Help page * Pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>