Sha256: aafafd9c114960d2ce9aa19b24eb94ee1f8af2660d9f330d82cc4515628c59d3

Contents?: true

Size: 566 Bytes

Versions: 1

Compression:

Stored size: 566 Bytes

Contents

<%= simple_form_for @member 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: 'nickname, spiritual name, etc.' %>
    <%= 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

1 entries across 1 versions & 1 rubygems

Version Path
tkh_mailing_list-0.10 app/views/members/_form.html.erb