Sha256: c96e7fe36b0e657fee7790460312005878a0c97e2c5a3eac7447e7ceec0b6270
Contents?: true
Size: 583 Bytes
Versions: 4
Compression:
Stored size: 583 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"> <nav> <%= link_to 'Recent questions', questions_path %> </nav> <% 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
4 entries across 4 versions & 1 rubygems