Sha256: 6cdb730b23c893ff6551a1a87662a54ad9b701267e121a95c5e993af446d269d
Contents?: true
Size: 729 Bytes
Versions: 66
Compression:
Stored size: 729 Bytes
Contents
/ # locals: (object: nil) .d-none / Preload = image_tag 'plantita-sm.png' .text-center #mensaje_contacto h2 Ponete en contacto .d-inline-block style="width: 30em; max-width: 100%" div data-controller="pg_form" = pg_form_for(@mensaje_contacto || object) do |f| - unless user_signed_in? = f.input :nombre, input_html: { style: 'max-width: 22em' } = f.input :email, input_html: { style: 'max-width: 23em' } = f.input :telefono, hint: '(Opcional)', input_html: { style: 'max-width: 15em' } = f.input :mensaje, as: :text, input_html: { rows: 5 } .mt-2 = f.button :submit, value: 'Enviar' css: form input { margin: auto; }
Version data entries
66 entries across 66 versions & 1 rubygems