Sha256: f4df42eb0b7d9a3b5f63df2ab040ef6dffeef056c2f9a374d998df54472a7b6e

Contents?: true

Size: 701 Bytes

Versions: 14

Compression:

Stored size: 701 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>
    <% for label in @labels %>
      <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 %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
iqvoc-3.2.11 app/views/concepts/untranslated/index.html.erb
iqvoc-3.2.10 app/views/concepts/untranslated/index.html.erb
iqvoc-3.2.9 app/views/concepts/untranslated/index.html.erb
iqvoc-3.2.8 app/views/concepts/untranslated/index.html.erb
iqvoc-3.2.7 app/views/concepts/untranslated/index.html.erb
iqvoc-3.3.4 app/views/concepts/untranslated/index.html.erb
iqvoc-3.3.3 app/views/concepts/untranslated/index.html.erb
iqvoc-3.3.2 app/views/concepts/untranslated/index.html.erb
iqvoc-3.3.1 app/views/concepts/untranslated/index.html.erb
iqvoc-3.3.0 app/views/concepts/untranslated/index.html.erb
iqvoc-3.2.6 app/views/concepts/untranslated/index.html.erb
iqvoc-3.2.5 app/views/concepts/untranslated/index.html.erb
iqvoc-3.2.4 app/views/concepts/untranslated/index.html.erb
iqvoc-3.2.3 app/views/concepts/untranslated/index.html.erb