Sha256: 957536bf63ba88d4311f375f611782a7a7033c213a0aa5aa5026e3f197486055
Contents?: true
Size: 444 Bytes
Versions: 27
Compression:
Stored size: 444 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <nav> <% if user_signed_in? %> You are signed in as <%= current_user.nickname %> <% else %> You are signed out <% end %> </nav> <%= render_flash %> <%= yield %> </body> </html>
Version data entries
27 entries across 27 versions & 4 rubygems