Sha256: c2ac96d9b7b5be87dcb06de63b63365f10e1858d0af0946dcb2059a6558091fe
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
<%= simple_form_for(@contact) 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 %> </div> <div class="form-actions"> <%= f.button :submit %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_form_custom_inputs-0.0.2 | example/app/views/contacts/_form.html.erb |