Skip to content

Commit

Permalink
Redesign landing page (again) (mastodon#6486)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Gargron committed Feb 22, 2018
1 parent d8bc64b commit c71aa46
Show file tree
Hide file tree
Showing 38 changed files with 553 additions and 306 deletions.
2 changes: 2 additions & 0 deletions app/controllers/admin/settings_controller.rb
Expand Up @@ -16,6 +16,7 @@ class SettingsController < BaseController
show_staff_badge
bootstrap_timeline_accounts
thumbnail
hero
min_invite_role
activity_api_enabled
peers_api_enabled
Expand All @@ -34,6 +35,7 @@ class SettingsController < BaseController

UPLOAD_SETTINGS = %w(
thumbnail
hero
).freeze

def edit
Expand Down

0 comments on commit c71aa46

Please sign in to comment.