Sha256: 951f639c5eca8cc528c5c2bbc54ab67bfa3e8348bc1f479f325aac4d8da0615b
Contents?: true
Size: 539 Bytes
Versions: 12
Compression:
Stored size: 539 Bytes
Contents
<%= form_for partial_tag, html: ajax_form_hash("#show_#{dom_id(partial, underscore_class_name(tag_model))}") do |f| %> <%= f.label :name %> <%= f.select :label_id, options_from_collection_for_select(tag_model.constantize.all, :id, :name), {}, select2_html_options(tag_model) %> <%= f.hidden_field :partial_id %> <%= f.hidden_field :label_type %> <%= f.submit "Create" %> <%= link_to('Cancel', '#', class: 'button', data: { emptier: true, target: "#new_#{dom_id(partial, underscore_class_name(tag_model))}" } ) %> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems