public
Description: open-source e-commerce built on merb
Clone URL: git://github.com/myabc/merb_mart.git
Search Repo:
Click here to lend your support to: merb_mart and make a donation at www.pledgie.com !
myabc (author)
Wed May 07 18:55:40 -0700 2008
commit  cc109e953862f2a7501b1d033612a5dac4ec2644
tree    688bcb3d8929a69195c041db8cd10f0e74dc16aa
parent  e5e879ebc205d7f055885f29c9526e94d3e45606
merb_mart / app / views / sessions / new.html.haml
100644 11 lines (11 sloc) 0.329 kb
1
2
3
4
5
6
7
8
9
10
11
- form_tag :action => url(:login) do
  %p
    %label {:for => "login" } Login
    = text_field :name => "login"
  %p
    %label { :for => "password" } Password
    = password_field :name => "password"
  %p
    %label { :for => "remember_me"} Remember me:
    = checkbox_field :name => 'remember_me'
  %li= submit_button 'Log in'