Sha256: f4c16449934af316b6c6dfeb1f10f365a62ccfdd0fc080490ccbc585b340a965
Contents?: true
Size: 287 Bytes
Versions: 26
Compression:
Stored size: 287 Bytes
Contents
<!DOCTYPE html> <html> <head> <%= raw(render_meta_tags(@category)) %> <title><%= render_page_title(@category) %></title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
26 entries across 21 versions & 2 rubygems