Sha256: 1905acedca6bfa7d6b5ea43b2040a07283edb1e9dfb1f02424e532ff14842142
Contents?: true
Size: 542 Bytes
Versions: 1
Compression:
Stored size: 542 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title><%%= page_title %></title> <%%= stylesheet_link_tag :application, :media => 'all', :cache => true %> <%%= csrf_meta_tags %> </head> <body class="<%%= body_class %>"> <div id="header"> <%% if signed_in? -%> <%%= link_to "Sign out", sign_out_path, :method => :delete %> <%% else -%> <%%= link_to "Sign in", sign_in_path %> <%% end -%> </div> <%%= render 'shared/flashes' -%> <%%= yield %> <%%= render 'shared/javascript' %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
suspenders-0.2.7 | template/files/suspenders_layout.html.erb.erb |