Sha256: 593e5f9792afdeb4d4874132fb47a218547fa366c15986f47f3ddbd5c2998e1e

Contents?: true

Size: 772 Bytes

Versions: 5

Compression:

Stored size: 772 Bytes

Contents

- if current_user.errors.any?
  %div{ :class => 'alert-message block-message error', :id => 'error_explanation'}
    %h3== #{pluralize(current_user.errors.count, "error")} prohibited this user from being saved:

    %ul
      - current_user.errors.full_messages.each do |msg|
        %li= msg
%div{:class => 'clearfix'}
  = f.label :name
  %div{:class => 'input'}
    = f.text_field :name, :class => 'logintext', :autocomplete => 'off'
%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/users/_form.html.haml
protected-1.0.3 app/views/protected/users/_form.html.haml
protected-1.0.2 app/views/protected/users/_form.html.haml
protected-1.0.1 app/views/protected/users/_form.html.haml
protected-1.0.0 app/views/protected/users/_form.html.haml