Sha256: e8b2be9b5c9932526f088fd1f890f3a75d21fd17e5d9aa2013b5293d703f665d
Contents?: true
Size: 322 Bytes
Versions: 1
Compression:
Stored size: 322 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Papercat | Admin</title> <%= stylesheet_link_tag "papercat/application", media: "all" %> <%= csrf_meta_tags %> </head> <body data-content-css="<%= asset_path "application.css" %>"> <%= yield %> <%= javascript_include_tag "papercat/application" if current_user %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
papercat-0.0.2 | app/views/layouts/papercat/application.html.erb |