... | ... | @@ -156,12 +156,13 @@ By default, it renders: |
|
|
<title>
|
|
|
<%= content_for(:title) || 'Dashboard' %> - <%= Rails.application.class.module_parent_name.titlecase %>
|
|
|
</title>
|
|
|
|
|
|
<%= csp_meta_tag %>
|
|
|
<%= javascript_pack_tag 'administrate', 'data-turbolinks-track': 'reload' %>
|
|
|
|
|
|
<%= render "stylesheet" %>
|
|
|
<%= csrf_meta_tags %>
|
|
|
|
|
|
|
|
|
<meta name="turbolinks-root" content="/admin">
|
|
|
</head>
|
|
|
<body>
|
... | ... | |