Sha256: 0f2692c83979c24d5dbfe3bce94536e3b7b524493a803ae37a0d78f382ee984b
Contents?: true
Size: 410 Bytes
Versions: 3
Compression:
Stored size: 410 Bytes
Contents
<%= simple_form_for(@contact, html_options: {multipart: true}) do |f| %> <%= f.error_notification %> <div class="form-inputs"> <%= f.input :name %> <%= f.input :phone, as: :masked, input_html: {data: {pattern: br_phone_mask_pattern}} %> <%= f.input :email %> <%= f.input :created_at, as: :datepicker %> </div> <div class="form-actions"> <%= f.button :submit %> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems