Sha256: d7f370eefd57425bd1f84a2ca58fc41934613e60013d44454d856af60fb860f6

Contents?: true

Size: 265 Bytes

Versions: 24

Compression:

Stored size: 265 Bytes

Contents

<!DOCTYPE html>
<html lang="it">
<head>
  <%= csrf_meta_tags %>
  <title><%= ( @title ? "#{@title} - " : "" ) + "#{app_name} Admin" %></title>

  <%= stylesheet_link_tag 'admin/admin' %>
  <%= yield :stylesheets %>
</head>

<body>
    <%= yield %>
</body>
</html>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
fullstack-admin-0.2.5 app/views/layouts/login.html.erb
fullstack-admin-0.2.4 app/views/layouts/login.html.erb
fullstack-admin-0.2.3 app/views/layouts/login.html.erb
fullstack-admin-0.2.2 app/views/layouts/login.html.erb