public
Description: open-source e-commerce built on merb
Clone URL: git://github.com/myabc/merb_mart.git
Click here to lend your support to: merb_mart and make a donation at www.pledgie.com !
myabc (author)
Wed May 07 18:24:06 -0700 2008
commit  e5e879ebc205d7f055885f29c9526e94d3e45606
tree    63af1419959d154e00cda55355ec427d28088a2b
parent  82d5d35a57e3408aa5ae1857e93355bca7b9648a
merb_mart / app / views / sessions / new.html.haml
100644 14 lines (11 sloc) 0.418 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<% form_tag :action => url(:login) do -%>
<p><label for="login">Login</label><br/>
<%= text_field :name => "login" %></p>
 
<p><label for="password">Password</label><br/>
<%= password_field :name => "password" %></p>
 
<!-- Uncomment this if you want this functionality
<p><label for="remember_me">Remember me:</label>
<%= checkbox_field :name => 'remember_me' %></p>
-->
 
<p><%= submit_button 'Log in' %></p>
<% end -%>