diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-02-22 01:03:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-22 01:03:48 +0100 |
commit | c71aa468b5ce2aed9f9fcd0cc6c0c97166e239d3 (patch) | |
tree | 2fb8899b1b9bf68e315ac3e0f5bee3071faf3715 /app/controllers | |
parent | d8bc64bb09750b9e47c1ea1bb502e88a8dd676d5 (diff) |
Redesign landing page (again) (#6486)
* Redesign landing page (again) * Move login form in small version to the right column * Display closed registrations message * Add site setting for the hero image * Fix test * Increase spacing, maximum width, change call to action section
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/admin/settings_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/admin/settings_controller.rb b/app/controllers/admin/settings_controller.rb index a6214dc3f..ce3208209 100644 --- a/app/controllers/admin/settings_controller.rb +++ b/app/controllers/admin/settings_controller.rb @@ -16,6 +16,7 @@ module Admin show_staff_badge bootstrap_timeline_accounts thumbnail + hero min_invite_role activity_api_enabled peers_api_enabled @@ -34,6 +35,7 @@ module Admin UPLOAD_SETTINGS = %w( thumbnail + hero ).freeze def edit |