Sha256: 419253c7778fe34d9c596a11a88285e74298738cf743f8636187e25c63cc5753
Contents?: true
Size: 384 Bytes
Versions: 11
Compression:
Stored size: 384 Bytes
Contents
<div class="resource-form-container"> <%= simple_form_for [main_app, @presenter], 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
11 entries across 11 versions & 2 rubygems