Sha256: d9a6d757d2a6f6c9ca592da52456fccb85af644af0129e2f151e7d6713f90e09
Contents?: true
Size: 408 Bytes
Versions: 6
Compression:
Stored size: 408 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> <%= content_tag :body, class: [action_name, controller_name] do %> <%= main_tag do %> <%= yield %> <% end %> <% end %> </html>
Version data entries
6 entries across 6 versions & 1 rubygems