logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

auth.html.haml (386B)


  1. - content_for :header_tags do
  2. = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
  3. - content_for :content do
  4. .container-alt
  5. .logo-container
  6. %h1
  7. = link_to root_path do
  8. = image_tag asset_pack_path('logo_full.svg'), alt: 'Mastodon'
  9. .form-container
  10. = render 'flashes'
  11. = yield
  12. = render template: 'layouts/application'