闭社主体 forked from https://github.com/tootsuite/mastodon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
406 B

  1. - content_for :content do
  2. .container
  3. .logo-container
  4. %h1
  5. = link_to root_path do
  6. = image_tag 'logo.png'
  7. %small= Rails.configuration.x.local_domain
  8. .form-container
  9. - if flash[:notice]
  10. .flash-message.notice= flash[:notice]
  11. - if flash[:alert]
  12. .flash-message.alert= flash[:alert]
  13. = yield
  14. = render template: "layouts/application"