Sha256: bf1f3ef0dbc0c5c3b6093cebb64ce9c11d356d0f75def248eb88bd24e16be42c

Contents?: true

Size: 556 Bytes

Versions: 6

Compression:

Stored size: 556 Bytes

Contents

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

<div class="panel">
  <div class="panel-header centered">
    <%= letter_selector do |letter| %>
        <% expired_concepts_path(:prefix => letter.to_s.downcase) %>
    <% end %>
  </div>
  <ol class="concepts unstyled">
    <%= render :partial => 'concepts/alphabetical/pref_labeling', :collection => @pref_labelings %>
  </ol>
</div>

<%= paginate @pref_labelings %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iqvoc-4.2.0 app/views/concepts/expired/index.html.erb
iqvoc-4.1.3 app/views/concepts/expired/index.html.erb
iqvoc-4.1.2 app/views/concepts/expired/index.html.erb
iqvoc-4.1.1 app/views/concepts/expired/index.html.erb
iqvoc-4.1.0 app/views/concepts/expired/index.html.erb
iqvoc-4.0.9 app/views/concepts/expired/index.html.erb