Sha256: b3718791b3bf09064db1247687693d4a3776ca0d04a8a434be51d87adbccae05
Contents?: true
Size: 464 Bytes
Versions: 142
Compression:
Stored size: 464 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <title>Motor 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
142 entries across 142 versions & 2 rubygems