Sha256: 84c46f5b1374d05de822a079c829d8da63c33eb4611c2bcf33797fee8466c3b4
Contents?: true
Size: 734 Bytes
Versions: 4
Compression:
Stored size: 734 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title><%= defined_app_name %></title> <%%= stylesheet_link_tag :flutie, 'screen', :media => 'all', :cache => true %> <%%= javascript_include_tag "jquery", "jquery-ui", "prefilled_input", "rails", "application", :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 :partial => 'shared/flashes' -%> <%%= yield %> <%%= render :partial => 'shared/javascript' %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems