Sha256: 35a6079072175442e2cc800a17dca8b1dd01ac62b0977a3cb23a99380a1b5924
Contents?: true
Size: 563 Bytes
Versions: 19
Compression:
Stored size: 563 Bytes
Contents
<%= simple_form_for @detail do |f| %> <%= f.error_notification %> <%= f.input :first_name, label: t('activerecord.attributes.users.first_name') %> <%= f.input :last_name, label: t('activerecord.attributes.users.last_name') %> <%= f.input :other_name, label: t('activerecord.attributes.users.other_name'), hint: 'for example, spiritual name' %> <%= f.input :email, label: t('activerecord.attributes.users.email'), hint: 'change with caution!!!! the email is used to login.' %> <%= f.button :submit, :class => 'btn btn-primary' %> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems