Sha256: f07790cfde719909e3c52ada9710ba7ae03fa45143425deaa7e4ba2a4f08d35c
Contents?: true
Size: 405 Bytes
Versions: 7
Compression:
Stored size: 405 Bytes
Contents
<div class="resource-form-container"> <%= simple_form_for [main_app, @form], remote: true, authenticity_token: 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
7 entries across 7 versions & 1 rubygems