Sha256: 948e07b134272a97d8d521c580ce901563d036ca8e3b274f247238ded6e56ff9
Contents?: true
Size: 436 Bytes
Versions: 1
Compression:
Stored size: 436 Bytes
Contents
<h2>Log In</h2> <% form_tag(grandstand_session_path) do %> <p> <label for="email">E-mail</label> <%= text_field_tag(:email, '', :class => 'oversized text') %> </p> <p> <label for="password">Password</label> <%= password_field_tag(:password, '', :class => 'oversized text') %> </p> <%= button 'Log In', :default => true %> <%= button_link_to 'Forgot Your Password?', forgot_grandstand_session_path %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grandstand-0.3.0 | app/views/grandstand/sessions/show.html.erb |