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