Sha256: 8f09ad178940a6095b3f3e063825fa2d46f002063b32f1df170de7d80f99aae7

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <title><%= content_for?(:title) ? yield(:title) : "AppExpress" %></title>

    <%= stylesheet_link_tag    "express_admin" %>
    <%= javascript_include_tag "express_admin", 'data-turbolinks-track' => true %>
    <%= csrf_meta_tags %>
  </head>

  <body>

    <%= yield %>

  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
express_admin-1.7.9 app/views/layouts/devise.html.erb
express_admin-1.7.8 app/views/layouts/devise.html.erb
express_admin-1.7.7 app/views/layouts/devise.html.erb