Sha256: 8fd23bb0eead560efef25477493c581d5f1f0fd149955e5e41b8d2713f3f87dc
Contents?: true
Size: 443 Bytes
Versions: 2
Compression:
Stored size: 443 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <% flash.each do |key, value| -%> <%= value %> <% end -%> <% if signed_in? -%> <%= link_to 'Sign out', sign_out_path, :method => :delete %> <% else -%> <%= link_to 'Sign in', sign_in_path %> <% end -%> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
saucy-0.16.1 | spec/dummy/app/views/layouts/application.html.erb |
saucy-0.16.0 | spec/dummy/app/views/layouts/application.html.erb |