Sha256: f4c83d9f1902c264a1a04d8cd6e0affc36113b478426e10aad35596bc2d9fd1f
Contents?: true
Size: 595 Bytes
Versions: 16
Compression:
Stored size: 595 Bytes
Contents
-tab :general do -box :data do %table %tr %td=f.label :name %td=f.text_field :name %tr %td=f.label :surname %td=f.text_field :surname %tr %td=f.label :role %td=f.select :role, :options => access_control.roles -tab :login do -box :authentication do %table %tr %td=f.label :email %td=f.text_field :email %tr %td=f.label :password %td=f.password_field :password %tr %td=f.label :password_confirmation %td=f.password_field :password_confirmation
Version data entries
16 entries across 16 versions & 1 rubygems