Sha256: 2eb94a04bc459415fad4075983838c52fdc99c91d1300fb1c917740a7fd24af1
Contents?: true
Size: 516 Bytes
Versions: 4
Compression:
Stored size: 516 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>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 %> <%= yield %> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems