]> cat aescling's git repositories - mastodon.git/commit
Redesign landing page (again) (#6486)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 22 Feb 2018 00:03:48 +0000 (01:03 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2018 00:03:48 +0000 (01:03 +0100)
commitc71aa468b5ce2aed9f9fcd0cc6c0c97166e239d3
tree2fb8899b1b9bf68e315ac3e0f5bee3071faf3715
parentd8bc64bb09750b9e47c1ea1bb502e88a8dd676d5
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
38 files changed:
app/controllers/admin/settings_controller.rb
app/javascript/styles/mastodon/about.scss
app/javascript/styles/mastodon/components.scss
app/javascript/styles/mastodon/containers.scss
app/presenters/instance_presenter.rb
app/views/about/_forms.html.haml [new file with mode: 0644]
app/views/about/_links.html.haml
app/views/about/_registration.html.haml
app/views/about/more.html.haml
app/views/about/show.html.haml
app/views/about/terms.html.haml
app/views/admin/settings/edit.html.haml
config/locales/ar.yml
config/locales/ca.yml
config/locales/de.yml
config/locales/en.yml
config/locales/es.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hu.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/oc.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sr-Latn.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/zh-CN.yml
spec/views/about/show.html.haml_spec.rb