The code powering m.abunchtell.com https://m.abunchtell.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

17 lignes
374 B

  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_pack_tag 'logo_full.svg', alt: 'Mastodon'
  9. .form-container
  10. = render 'flashes'
  11. = yield
  12. = render template: 'layouts/application'