Sha256: 667be90d004d8e55eacf27d6932b31a0f9deb84c087b5b473bd7e52241a96171

Contents?: true

Size: 724 Bytes

Versions: 9

Compression:

Stored size: 724 Bytes

Contents

<h2><%= t("txt.views.untranslated_concepts.caption") %></h2>

<% if I18n.locale != Iqvoc::Concept.pref_labeling_languages.first %>

  <%= letter_selector { |letter| untranslated_concepts_path(:letter => letter.to_s.downcase) } %>

  <ul>
    <% @labels.each do |label| %>
      <li>
        <% if label.pref_labeled_concepts.length > 1 %>
          <%= label.value %>:
          <% for concept in label.pref_labeled_concepts %>
            <%= link_to concept.origin, concept_path(concept) %>
          <% end %>
        <% else %>
          <%= link_to label.value, concept_path(label.pref_labeled_concepts[0]) %>
        <% end %>
      </li>
    <% end %>
  </ul>

  <%= paginate @labels if @labels.present? %>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
iqvoc-3.5.7 app/views/concepts/untranslated/index.html.erb
iqvoc-3.5.6 app/views/concepts/untranslated/index.html.erb
iqvoc-3.5.5 app/views/concepts/untranslated/index.html.erb
iqvoc-3.5.4 app/views/concepts/untranslated/index.html.erb
iqvoc-3.5.3 app/views/concepts/untranslated/index.html.erb
iqvoc-3.5.2 app/views/concepts/untranslated/index.html.erb
iqvoc-3.5.1 app/views/concepts/untranslated/index.html.erb
iqvoc-3.5.0 app/views/concepts/untranslated/index.html.erb
iqvoc-3.4.0 app/views/concepts/untranslated/index.html.erb