Sha256: 7a0d8c78e8f22d4a8a0e07369b4d7a15af696829b2ac9d7e6ff2eeae569fc520
Contents?: true
Size: 644 Bytes
Versions: 1
Compression:
Stored size: 644 Bytes
Contents
<% f_method = "#{outer}_ancestors(#{depth}i)" %> <div class="field is-narrow" id="<%= "#{f_method}_input" %>" data-controller="taxon" data-taxon-url-value="<%= url_for(action: 'options') %>" data-taxon-title-value="outer_ancestors_input" data-taxon-params-value="<%= { node_type: node.class.base_class.name, index: f.index, as: f.object_name, method: f_method, outer: outer }.to_json %>"> <%= f.collection_select(f_method, node.self_and_siblings, :id, :name, { selected: node.id, include_blank: true, label: false, wrap: { all: nil, select: 'select is-fullwidth' } }, { data: { title: 'outer_ancestors', action: 'taxon#choose' } }) %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_org-0.0.1 | app/views/org/admin/members/_outer_options.html.erb |