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.

12 lines
263 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. = yield
  10. = render template: "layouts/application"