Sha256: 6d0273d84b9155fbf82d86097c5f7e8749ba943c4308dfa504383c6817b88d76
Contents?: true
Size: 506 Bytes
Versions: 94
Compression:
Stored size: 506 Bytes
Contents
<%= form_for post_tag, html: ajax_form_hash("#show_#{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 :version_id %> <%= f.hidden_field :label_type %> <%= f.submit "Create" %> <%= link_to('Cancel', '#', class: 'button', data: { emptier: true, target: "#new_tag_#{underscore_class_name(tag_model)}" } ) %> <% end %>
Version data entries
94 entries across 94 versions & 1 rubygems