1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00
الملفات
postal/app/views/layouts/sub.html.haml
2017-04-19 13:07:25 +01:00

14 أسطر
488 B
Plaintext

!!!
%html.subPage
%head
%title #{page_title.reverse.join(' - ')}
= csrf_meta_tags
= stylesheet_link_tag 'application/application', 'data-turbolinks-track' => 'reload'
= javascript_include_tag 'application/application', 'data-turbolinks-track' => 'reload'
%link{:href => asset_path('favicon.png'), :rel => 'shortcut icon'}
<meta name="turbolinks-cache-control" content="no-cache">
%body
.subPageBox{:class => @wide ? "subPageBox--wide" : ''}
= yield