Sha256: b9742277f682eee34a87189bb48987e9a49b18fe908b77e9e8fd52ec1e878ce9
Contents?: true
Size: 481 Bytes
Versions: 3
Compression:
Stored size: 481 Bytes
Contents
<!DOCTYPE html> <html> <head> <%= javascript_include_tag :defaults %> <%= csrf_meta_tag %> </head> <body> <div id='header'> <% if signed_in? -%> <%= link_to t('.sign_out'), sign_out_path, :method => :delete %> <% else -%> <%= link_to t('.sign_in'), sign_in_path %> <% end -%> </div> <div id='flash'> <% flash.each do |key, value| -%> <div id='flash_<%= key %>'><%=h value %></div> <% end %> </div> <%= yield %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
clearance-1.0.0.rc7 | app/views/layouts/application.html.erb |
clearance-1.0.0.rc6 | app/views/layouts/application.html.erb |
clearance-1.0.0.rc4 | app/views/layouts/application.html.erb |