Sha256: 38176e73fce2f2328bedef4b30a1ee81ff6c15b652c8b924e43113358099a567
Contents?: true
Size: 429 Bytes
Versions: 1
Compression:
Stored size: 429 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Ecrire</title> <link rel="shortcut icon" href="<%= image_url("favicon.ico")%>" /> <%= stylesheet_link_tag "admin", media: "all" %> <%= javascript_include_tag "admin" %> <%= csrf_meta_tags %> </head> <body> <%= main_tag class: [action_name, controller_name] do %> <%= render 'sessions/navigation' %> <%= yield %> <% end %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ecrire-0.29.0 | lib/ecrire/app/views/layouts/admin/application.html.erb |