مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
14 أسطر
488 B
Plaintext
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
|
|
|