Sha256: 4fe566b03f2c6927e782ce3fd74b8500653e43164971f87813b1f230230f666b
Contents?: true
Size: 443 Bytes
Versions: 29
Compression:
Stored size: 443 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag :all %> <%= javascript_include_tag :defaults %> <%= csrf_meta_tag %> </head> <body> <% if signed_in? %> <h1 class='current_user'><%= current_user.email %></h1> <% if user_masquerade? %> <%= link_to "Back masquerade", back_masquerade_path(current_user) %> <% end %> <% end %> <%= yield %> </body> </html>
Version data entries
29 entries across 29 versions & 1 rubygems