Sha256: 5e7d007393479b0e1c3c4d2b2f2a9fcd11d9dd36cffbd80997136aa8aa238796
Contents?: true
Size: 800 Bytes
Versions: 3
Compression:
Stored size: 800 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <title><%= controller.controller_name %>: <%= controller.action_name %></title> <%= stylesheet_link_tag 'scaffold' %> </head> <body> <% if !@current_user %> <%= link_to "Register", new_account_path %> | <%= link_to "Log In", new_user_session_path %> <% else %> <%= link_to "My Account", account_path %> | <%= link_to "Logout", user_session_path, :method => :delete, :confirm => "Are you sure you want to logout?" %> <% end %> <p style="color: green"><%= flash[:notice] %></p> <%= yield %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems