logo

mastofe

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

error.html.haml (586B)


  1. !!!
  2. %html{ lang: I18n.locale }
  3. %head
  4. %meta{ content: 'text/html; charset=UTF-8', 'http-equiv' => 'Content-Type' }/
  5. %meta{ charset: 'utf-8' }/
  6. %title= safe_join([yield(:page_title), Setting.default_settings['site_title']], ' - ')
  7. %meta{ content: 'width=device-width,initial-scale=1', name: 'viewport' }/
  8. = stylesheet_pack_tag 'common', media: 'all'
  9. = stylesheet_pack_tag Setting.default_settings['theme'], media: 'all'
  10. %body.error
  11. .dialog
  12. %img{ alt: Setting.default_settings['site_title'], src: '/oops.gif' }/
  13. %div
  14. %h1= yield :content