Sha256: 7373a6841931f9965c259c254471f0a75bf1af7a1db9f8f9593176a5b0b66d48
Contents?: true
Size: 542 Bytes
Versions: 8
Compression:
Stored size: 542 Bytes
Contents
<%= render "layouts/errors", :target => @user %> <fieldset> <legend><%= t('etabliocms_core_user.admin_legend') %></legend> <p> <%= f.label :email %> <%= f.text_field :email, :class => 'text-field' %> </p> <p> <%= f.label :password %> <%= f.password_field :password, :class => 'text-field' %> </p> <p> <%= f.label :password_confirmation %> <%= f.password_field :password_confirmation, :class => 'text-field' %> </p> <p> <%= submit_tag t('admin.save'), :class => 'submit' %> </p> </fieldset>
Version data entries
8 entries across 8 versions & 1 rubygems