Sha256: a2561bef6734b8d1164ffdbde5365f1ad9da1b92adaf5bd3ae787b8339881f05

Contents?: true

Size: 711 Bytes

Versions: 14

Compression:

Stored size: 711 Bytes

Contents

<%- fieldname = "concept[concept_relations_by_id][#{klass.name.to_relation_name}]" -%>
<%= f.form_group nil, :label => { :text => klass.model_name.human(:count => klass.singular? ? 1 : 2) } do %>
  <%= text_field_tag fieldname, widget_values(concept, klass),
    :id => klass.name.to_relation_name,
    :class => "entity_select",
    :"data-query-url" => concepts_path(:format => :json,
    :exclude_top_terms => klass != Iqvoc::Concept.broader_relation_class || nil),
    :"data-entity-uri" => concept_path("{id}"),
    :"data-singular" => klass.singular? || nil,
    :"data-entities" => widget_entities(concept, klass),
    :'data-no-results-msg' => t('txt.views.search_results.no_results')
     %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
iqvoc-4.13.2 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.13.0 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.12.1 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.12.0 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.11.1 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.11.0 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.10.0 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.9.0 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.8.2 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.8.1 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.8.0 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.7.0 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.6.1 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-4.6.0 app/views/partials/concept/relation/_edit_base.html.erb