Sha256: ee689deee6b15b48afcf019f34667f5b3bc401bd57c8c946cdcf9761653b8d41
Contents?: true
Size: 572 Bytes
Versions: 11
Compression:
Stored size: 572 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 %> <%= include_meta_description %> <%= include_meta_keywords %> </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
11 entries across 11 versions & 1 rubygems