Sha256: 0b3b3568fb99a34db7c10d33b554bddc3ccff68cca8e4b70d326a13b7203f11d
Contents?: true
Size: 647 Bytes
Versions: 9
Compression:
Stored size: 647 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= app_name %></title> <%%= stylesheet_link_tag "application", :media => "all" %> <%%= csrf_meta_tags %> </head> <body> <div id="content"> <div class="unit"> <div class="columns on-3"> <div class="column span-2"> <%%= yield %> </div> <!-- left content --> <div class="column sidebar"> SIDEBAR </div> <!-- sidebar --> </div> </div> <!-- unit --> </div> <!-- content --> <!-- Javascripts --> <!-- Placed at the end of the document so the pages load faster --> <%%= javascript_include_tag "application" %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems