Sha256: 77cd0f54da520c5aa55d4f1ac0c1e15c9eb1919184cab8838db446d80ee142d5
Contents?: true
Size: 469 Bytes
Versions: 1
Compression:
Stored size: 469 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <title>Pink Mafia Admin</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> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mafia-admin-0.3.18 | app/views/layouts/motor/application.html.erb |