Sha256: 78d9a593f47baa77254aede501f83355416696f17c06962bedb4f0ffc5c6917b

Contents?: true

Size: 523 Bytes

Versions: 6

Compression:

Stored size: 523 Bytes

Contents

.fieldset.noborder
  .street-input
    %label= I18n.t(:email).capitalize
    = f.text_field :email
  .street-input
    %label
      = I18n.t(:password).capitalize
    = f.password_field :password
    %label
      = I18n.t(:password_confirmation).capitalize
    = f.password_field :password_confirmation
  .clear
  .street-input
    %label= I18n.t(:telephone).capitalize
    = f.text_field :phone
  .street-input
    %label= I18n.t(:other_telephone).capitalize
    = f.text_field :other_phone
  = f.hidden_field :country_id

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
forgeos_core-1.9.5.rc2 app/views/admin/users/_fieldset_account_informations.html.haml
forgeos_core-1.9.5.rc1 app/views/admin/users/_fieldset_account_informations.html.haml
forgeos_core-1.9.4 app/views/admin/users/_fieldset_account_informations.html.haml
forgeos_core-1.9.3 app/views/admin/users/_fieldset_account_informations.html.haml
forgeos_core-1.9.2 app/views/admin/users/_fieldset_account_informations.html.haml
forgeos_core-1.9.1 app/views/admin/users/_fieldset_account_informations.html.haml