Sha256: 094180811c7c5824f24e0be135b69ad652bf3d489e7961b912a520eb9b4ad940

Contents?: true

Size: 765 Bytes

Versions: 4

Compression:

Stored size: 765 Bytes

Contents

<%
  subtitle = t('txt.views.navigation.expired')
  if can?(:update, Iqvoc::Concept.base_class)
    subtitle += " (#{number_with_delimiter(Iqvoc::Concept.base_class.expired.size)})"
  end
%>
<%= page_header :title => Iqvoc::Concept.base_class.model_name.human(:count => 2), desc: subtitle %>
<%= render 'concepts/sidebars/plural' %>

<div class="panel">
  <div class="panel-header centered">
    <%= letter_selector(@letters) do |letter| %>
      <% expired_concepts_path(:prefix => letter.to_s.downcase) %>
    <% end %>
  </div>
  <ol class="concept-items list-unstyled">
    <% @search_results.each do |result| %>
      <%= render :partial => result.partial_name, :locals => { :result => result } %>
    <% end %>
  </ol>
</div>

<%= paginate @search_results %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/concepts/expired/index.html.erb
iqvoc-4.14.4 app/views/concepts/expired/index.html.erb
iqvoc-4.13.2 app/views/concepts/expired/index.html.erb
iqvoc-4.13.0 app/views/concepts/expired/index.html.erb