Sha256: c78eb619eddf956499fe7865e9c1ba728253d490129f2d64923503b05851aad5

Contents?: true

Size: 613 Bytes

Versions: 3

Compression:

Stored size: 613 Bytes

Contents

<%= content_tag :div, :class => "translation", :lang => language || nil do %>
    <%= f.form_group :labelings_by_text, :label => {:text => klass.model_name.human(:count => 2)} do %>
      <div class="input-group">
        <div class="input-group-prepend">
          <span class="input-group-text"><%= language %></span>
        </div>
        <%= text_field_tag "concept[labelings_by_text][#{klass.name.to_relation_name}][#{language}]", concept.labelings_by_text(klass.name.to_relation_name, language),
                           class: 'form-control', autocomplete: 'off' %>
      </div>
    <% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/partials/labeling/skos/_edit_base.html.erb
iqvoc-4.14.4 app/views/partials/labeling/skos/_edit_base.html.erb
iqvoc-4.13.2 app/views/partials/labeling/skos/_edit_base.html.erb