Sha256: f8a72b92db8b912391e8ea2e4971dba20227f8c7fa8537d8721b9fceb704088e

Contents?: true

Size: 570 Bytes

Versions: 54

Compression:

Stored size: 570 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
  <head>
    <title><%= Motor.company_name %></title>
    <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
    <link rel="stylesheet" media="all" href="<%= Motor::Assets.asset_path('main.css') %>">
    <%= csrf_meta_tags %>
    <%= csp_meta_tag %>
  </head>
  <body>
    <%= yield %>
    <script src="<%= Motor::Assets.asset_path('main.js') %>"></script>
    <% if params[:controller] === 'motor/ui' %>
      <%= raw(custom_html) %>
    <% end %>
  </body>
</html>

Version data entries

54 entries across 54 versions & 6 rubygems

Version Path
motor-admin-0.4.12 app/views/layouts/motor/application.html.erb
motor-admin-0.4.11 app/views/layouts/motor/application.html.erb
motor-admin-pz-0.4.10 app/views/layouts/motor/application.html.erb
motor-admin-0.4.10 app/views/layouts/motor/application.html.erb
motor-admin-pz-0.4.9 app/views/layouts/motor/application.html.erb
motor-admin-0.4.9 app/views/layouts/motor/application.html.erb
motor-admin-0.4.8 app/views/layouts/motor/application.html.erb
motor-admin-0.4.7 app/views/layouts/motor/application.html.erb
motor-admin-0.4.6 app/views/layouts/motor/application.html.erb
motor-admin-0.4.5 app/views/layouts/motor/application.html.erb
motor-admin-0.4.4 app/views/layouts/motor/application.html.erb
motor-admin-0.4.3 app/views/layouts/motor/application.html.erb
motor-admin-0.4.2 app/views/layouts/motor/application.html.erb
motor-admin-0.4.0 app/views/layouts/motor/application.html.erb