Sha256: 162385d686d3eab407cd2b0dd8a5b65e9f1512ffe27e754ff17815c4bbdd234d
Contents?: true
Size: 507 Bytes
Versions: 20
Compression:
Stored size: 507 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%=page_title_helper || 'Rostra' %></title> <%= stylesheet_link_tag 'rostra/application' %> <%= javascript_include_tag 'rostra/application' %> <%= csrf_meta_tags %> </head> <body id="<%= controller_name %>" class="<%= action_name %>"> <div id="page_wrap"> <% flash.each do |name, msg| %> <%= content_tag :div, msg, id: "flash_#{name}", class: 'flash' %> <% end %> <h1><%=page_title_helper %></h1> <%= yield %> </div> </body> </html>
Version data entries
20 entries across 20 versions & 1 rubygems