Sha256: 1b75dc9e9663e2ebbefc36f2886bc04f255e85f57cc082ec5d10c530cf5c8c15
Contents?: true
Size: 428 Bytes
Versions: 9
Compression:
Stored size: 428 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Ecrire</title> <link rel="shortcut icon" href="<%= url_for("/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
9 entries across 9 versions & 1 rubygems