Sha256: db7183202137c5313b7770f3b85b8db41d2879e3750ff921c25ab1dba08da1e8

Contents?: true

Size: 733 Bytes

Versions: 19

Compression:

Stored size: 733 Bytes

Contents

<li>
  <%= label_tag klass.name.to_relation_name,
    klass.model_name.human(:count => klass.singular? ? 1 : 2) %>
  <%= text_field_tag "concept[concept_relations_by_id][#{klass.name.to_relation_name}]",
    concept.concept_relations_by_id(klass.name.to_relation_name),
    :id => klass.name.to_relation_name,
    :class => "entity_select",
    :"data-query-url" => concepts_path(:format => :json),
    :"data-entity-uri" => concept_path("{id}"),
    :"data-singular" => klass.singular? || nil,
    :"data-entities" => Concept::Base.editor_selectable.
    by_origin(concept.concept_relations_by_id(klass.name.to_relation_name).
      split(Iqvoc::InlineDataHelper::Splitter)).
    map { |c| concept_widget_data(c) }.to_json %>
</li>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
iqvoc-3.2.11 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.2.10 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.2.9 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.2.8 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.2.7 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.5.3 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.5.2 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.5.1 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.5.0 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.4.0 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.3.4 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.3.3 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.3.2 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.3.1 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.3.0 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.2.6 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.2.5 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.2.4 app/views/partials/concept/relation/_edit_base.html.erb
iqvoc-3.2.3 app/views/partials/concept/relation/_edit_base.html.erb