Sha256: 86cc3da37ceec7b3ce363814551d92fd2fa9e9c854d1e787464b978e871504e1
Contents?: true
Size: 624 Bytes
Versions: 97
Compression:
Stored size: 624 Bytes
Contents
<h1>Login</h1> <% if flash[:notice] -%> <div id="ErrorExplanation"><%= flash[:notice] %></div> <% end -%> <p> Please enter your username and password to access the site.</p> <% form_tag :action => 'login' do -%> <p><label for="login_name">Name</label><br/> <%= text_field 'login', 'name' %></p> <p><label for="login_password">Password</label><br/> <%= password_field 'login', 'password' %></p> <%= submit_tag "Login" %> <% end -%> <br/> <h2> Forgot your password? </h2> <p><%= link_to "Click here", :controller => 'goldberg/users', :action => 'forgot_password' %> for further instructions.</p>
Version data entries
97 entries across 97 versions & 2 rubygems