Sha256: 1d56651e725714d805d723ac6bcffaf1edd50c0316bb2ee5b394f5a1a643e293
Contents?: true
Size: 335 Bytes
Versions: 8
Compression:
Stored size: 335 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> <%= link_to 'login', connect_path %> <% if !current_user.nil? %> <%= debug current_user %> <% end %> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems