Sha256: 64714ef0f03934b9f628b916a6281e7d44c53ef78ec7fd8794b658ca8aa9928c
Contents?: true
Size: 404 Bytes
Versions: 36
Compression:
Stored size: 404 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_session_path(:user)) %> <%= link_to('Logout', destroy_session_path(:user)) %> <%= yield %> </body> </html>
Version data entries
36 entries across 36 versions & 1 rubygems