summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings/_signup.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc41GitLab Bot2021-02-051-6/+6
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-26/+28
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+9
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-14/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-201-0/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-061-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-1/+1
|
* ensure all admin settings panels remain open after form submissionMike Greiling2018-08-061-1/+1
|
* Replace label-light with label-bold. Because it's bold, not lightAnnabel Dunstone Gray2018-07-191-5/+5
|
* Resolve "Use one column form layout on Admin Area Settings page"Dennis Tang | OOO until 18.062018-06-131-51/+43
|
* Fix checkbox/radio button structureClement Ho2018-05-311-10/+10
|
* [skip ci] Replace col-*-offset-* with offset-*-*Clement Ho2018-04-131-3/+3
|
* [skip ci] .form-horizontal => .form-group.rowClement Ho2018-04-121-9/+9
|
* [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-4/+4
|
* [skip ci] Replace .radio with .form-checkClement Ho2018-04-111-2/+2
|
* [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-51/+53
| | | | 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/+57
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>