Sha256: fdaababa5617eadb78d9268314cd8f02a3bb8039431d534c7bc53c77c9028d3a
Contents?: true
Size: 543 Bytes
Versions: 3
Compression:
Stored size: 543 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title><%= app_name %></title> <%%= stylesheet_link_tag :flutie, 'screen', :media => 'all', :cache => true %> <%%= csrf_meta_tag %> </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
3 entries across 3 versions & 1 rubygems