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

Version Path
tkh_mailing_list-0.12 app/views/details/_form.html.erb
tkh_mailing_list-0.11.3 app/views/details/_form.html.erb
tkh_mailing_list-0.11.2 app/views/details/_form.html.erb
tkh_mailing_list-0.11.1.1 app/views/details/_form.html.erb
tkh_mailing_list-0.11.1 app/views/details/_form.html.erb
tkh_mailing_list-0.11 app/views/details/_form.html.erb
tkh_mailing_list-0.10.10 app/views/details/_form.html.erb
tkh_mailing_list-0.10.9.1 app/views/details/_form.html.erb
tkh_mailing_list-0.10.9 app/views/details/_form.html.erb
tkh_mailing_list-0.10.8 app/views/details/_form.html.erb
tkh_mailing_list-0.10.7 app/views/details/_form.html.erb
tkh_mailing_list-0.10.6 app/views/details/_form.html.erb
tkh_mailing_list-0.10.5 app/views/details/_form.html.erb
tkh_mailing_list-0.10.4 app/views/details/_form.html.erb
tkh_mailing_list-0.10.3 app/views/details/_form.html.erb
tkh_mailing_list-0.10.2 app/views/details/_form.html.erb
tkh_mailing_list-0.10.1 app/views/details/_form.html.erb
tkh_mailing_list-0.10 app/views/details/_form.html.erb
tkh_mailing_list-0.9.2 app/views/details/_form.html.erb