Sha256: 8995dfdd79ed31df7348333874ebe26655c891c467f4b0d34a4fd6ff0086710c

Contents?: true

Size: 990 Bytes

Versions: 36

Compression:

Stored size: 990 Bytes

Contents

<%= page_header :title => Iqvoc::Concept.base_class.model_name.human(:count => 2),
  :desc => t("txt.views.untranslated_concepts.caption") %>
<%= render 'concepts/sidebars/plural' %>

<% if I18n.locale != Iqvoc::Concept.pref_labeling_languages.first %>
  <div class="panel">
    <div class="panel-header centered">
      <%= letter_selector do |letter| %>
        <% untranslated_concepts_path(:prefix => letter.to_s.downcase) %>
      <% end %>
    </div>
    <ul>
      <% @labels.each do |label| %>
        <li>
          <% if label.pref_labeled_concepts.length > 1 %>
            <%= label.value %>:
            <% label.pref_labeled_concepts.each do |concept| %>
              <%= link_to concept.origin, concept_path(concept) %>
            <% end %>
          <% else %>
            <%= link_to label.value, concept_path(label.pref_labeled_concepts[0]) %>
          <% end %>
        </li>
      <% end %>
    </ul>
  </div>

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

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/concepts/untranslated/index.html.erb
iqvoc-4.14.4 app/views/concepts/untranslated/index.html.erb
iqvoc-4.13.2 app/views/concepts/untranslated/index.html.erb
iqvoc-4.13.0 app/views/concepts/untranslated/index.html.erb
iqvoc-4.12.1 app/views/concepts/untranslated/index.html.erb
iqvoc-4.12.0 app/views/concepts/untranslated/index.html.erb
iqvoc-4.11.1 app/views/concepts/untranslated/index.html.erb
iqvoc-4.11.0 app/views/concepts/untranslated/index.html.erb
iqvoc-4.10.0 app/views/concepts/untranslated/index.html.erb
iqvoc-4.9.0 app/views/concepts/untranslated/index.html.erb
iqvoc-4.3.3 app/views/concepts/untranslated/index.html.erb
iqvoc-4.8.2 app/views/concepts/untranslated/index.html.erb
iqvoc-4.8.1 app/views/concepts/untranslated/index.html.erb
iqvoc-4.8.0 app/views/concepts/untranslated/index.html.erb
iqvoc-4.7.0 app/views/concepts/untranslated/index.html.erb
iqvoc-4.6.1 app/views/concepts/untranslated/index.html.erb
iqvoc-4.5.2 app/views/concepts/untranslated/index.html.erb
iqvoc-4.6.0 app/views/concepts/untranslated/index.html.erb
iqvoc-4.5.1 app/views/concepts/untranslated/index.html.erb
iqvoc-4.5.0 app/views/concepts/untranslated/index.html.erb