Sha256: afab9c7cf032435978dc9add25a4544170f17171762353a25c804a5c927bd039

Contents?: true

Size: 374 Bytes

Versions: 5

Compression:

Stored size: 374 Bytes

Contents

- if @user.new_record?
  %div{:class => 'clearfix'}
    = f.label :password
    %div{:class => 'input'}
      = f.password_field :password, :class => 'logintext', :autocomplete => 'off'
  %div{:class => 'clearfix'}
    = f.label :password_confirmation
    %div{:class => 'input'}
      = f.password_field :password_confirmation, :class => 'logintext', :autocomplete => 'off'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
protected-1.0.4 app/views/protected/admin/users/_password_fields.html.haml
protected-1.0.3 app/views/protected/admin/users/_password_fields.html.haml
protected-1.0.2 app/views/protected/admin/users/_password_fields.html.haml
protected-1.0.1 app/views/protected/admin/users/_password_fields.html.haml
protected-1.0.0 app/views/protected/admin/users/_password_fields.html.haml