Sha256: ec579857d0d9dcae8c50a097a2f342d68d7d7662159705067d1ba633326f9340
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="index, follow"> <%# display_meta_tags site: @current_tenant.tenant_display_name %> <link href="https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css" rel="stylesheet"> <%= stylesheet_link_tag "pwb/application", media: "all" %> <link rel="stylesheet" media="all" href="/custom_css.css" data-turbolinks-track="true" /> <%= javascript_include_tag "pwb/application" %> <%= csrf_meta_tags %> </head> <body class="tnt-body body-boxed <%# @current_tenant.body_style %>"> <%# render @current_tenant.views_folder + '/shared/main_mobile_menu' %> <!-- MAIN WRAPPER --> <div class="body-wrap body-boxed <%# @current_tenant.body_style %>"> <%= render :partial => '/pwb/header', :locals => { not_devise: false } %> <%= yield %> <%= render :partial => '/pwb/footer', :locals => {} %> </div> <%= insert_paloma_hook %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pwb-1.0.0 | app/views/layouts/pwb/devise.html.erb |