Sha256: ff871af3ed80f494be1f4d795cae6ba67c7d56c82c0f196a85e8ef11e12fc2e3
Contents?: true
Size: 348 Bytes
Versions: 19
Compression:
Stored size: 348 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <p class="notice"><%= notice %></p> <p class="alert"><%= alert %></p> <%= link_to('Login', new_user_session_path) %> <%= yield %> </body> </html>
Version data entries
19 entries across 19 versions & 1 rubygems