Sha256: 042f0a6dde878d0ff4f501457a886be6647e9d65d35fd6849ef79cf43ca2bb83

Contents?: true

Size: 629 Bytes

Versions: 14

Compression:

Stored size: 629 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 list-unstyled">
    <% @search_results.each do |result| %>
    <%= render :partial => 'concepts/alphabetical/search_result',
        :locals => { :result => result } %>
    <% end %>
  </ol>
</div>

<%= paginate @search_results %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
iqvoc-4.11.1 app/views/concepts/expired/index.html.erb
iqvoc-4.11.0 app/views/concepts/expired/index.html.erb
iqvoc-4.10.0 app/views/concepts/expired/index.html.erb
iqvoc-4.9.0 app/views/concepts/expired/index.html.erb
iqvoc-4.8.2 app/views/concepts/expired/index.html.erb
iqvoc-4.8.1 app/views/concepts/expired/index.html.erb
iqvoc-4.8.0 app/views/concepts/expired/index.html.erb
iqvoc-4.7.0 app/views/concepts/expired/index.html.erb
iqvoc-4.6.1 app/views/concepts/expired/index.html.erb
iqvoc-4.5.2 app/views/concepts/expired/index.html.erb
iqvoc-4.6.0 app/views/concepts/expired/index.html.erb
iqvoc-4.5.1 app/views/concepts/expired/index.html.erb
iqvoc-4.5.0 app/views/concepts/expired/index.html.erb
iqvoc-4.4.0 app/views/concepts/expired/index.html.erb