Sha256: e2fecfb2a59d439d50d41097f2dcf6cf199e60d85ef400e816c960838dfc8550

Contents?: true

Size: 468 Bytes

Versions: 3

Compression:

Stored size: 468 Bytes

Contents

- @user_session = Dust::UserSession.new

= raw(block.front_end_content)
= form_for @user_session do |f|
  = f.error_messages
  .item
    = f.text_field :username, :class => 'field', placeholder: "Name"
  .item
    = f.password_field :password, :class => 'field', placeholder: "Password"
    
  .action= f.submit 'Login'
  .action Forgot your password? #{link_to "Reset It!", new_password_reset_path}
  .action New? #{link_to "Apply for membership!", "place-an-order"}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dust-cms-0.0.07 app/views/widgets/_user_login.html.haml
dust-cms-0.0.06 app/views/widgets/_user_login.html.haml
dust-cms-0.0.05 app/views/widgets/_user_login.html.haml