Sha256: ae46bcd659bf7753fb08e83161e987d2938466de60624b31bcd0f944bbacd1fd

Contents?: true

Size: 651 Bytes

Versions: 5

Compression:

Stored size: 651 Bytes

Contents

<li>
  <%= label_tag(klass.name.to_relation_name,
          klass.model_name.human(:count => 2)) %>
  <%= text_field_tag "label[inline_#{klass.name.to_relation_name}]",
          label.send("inline_#{klass.name.to_relation_name}"),
          :id => "#{klass.name.to_relation_name}",
          :class => "entity_select",
          :"data-query-url" => labels_path(:format => :json),
          :"data-entity-uri" => label_path("{id}"),
          :"data-entities" => Iqvoc::XLLabel.base_class.editor_selectable.
              by_origin(label.send("inline_#{klass.name.to_relation_name}")).
              map { |l| label_widget_data(l) }.to_json %>
</li>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
iqvoc_skosxl-1.2.3 app/views/partials/label/relation/_edit_base.html.erb
iqvoc_skosxl-1.2.2 app/views/partials/label/relation/_edit_base.html.erb
iqvoc_skosxl-1.2.1 app/views/partials/label/relation/_edit_base.html.erb
iqvoc_skosxl-1.2.0 app/views/partials/label/relation/_edit_base.html.erb
iqvoc_skosxl-1.1.4 app/views/partials/label/relation/_edit_base.html.erb