Sha256: be1dae0fb2ee706d1d0dfc5d51f12926f92c00c2359828f3ef25ae7f912b0537
Contents?: true
Size: 379 Bytes
Versions: 85
Compression:
Stored size: 379 Bytes
Contents
<div class="resource-form-container"> <%= simple_form_for [main_app, @form], remote: true, html: { id: 'resource-form', 'data-type': 'json' } do |f| %> <%= f.input :thumbnail_id, as: :hidden, input_html: { data: {member_link: 'thumbnail_id'}} %> <%= f.input :representative_id, as: :hidden, input_html: { data: {member_link: 'representative_id'}} %> <% end %> </div>
Version data entries
85 entries across 85 versions & 2 rubygems