Sha256: cdac4a115318cfe41be03afee013c752eeb597a9f04bf1e117f3abea282eda37

Contents?: true

Size: 779 Bytes

Versions: 4

Compression:

Stored size: 779 Bytes

Contents

<%
  subtitle = t('txt.views.navigation.alphabetical')
  if can?(:update, Iqvoc::Concept.base_class)
    subtitle += " (#{number_with_delimiter(Iqvoc::Concept.base_class.not_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| %>
      <% alphabetical_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/alphabetical/index.html.erb
iqvoc-4.14.4 app/views/concepts/alphabetical/index.html.erb
iqvoc-4.13.2 app/views/concepts/alphabetical/index.html.erb
iqvoc-4.13.0 app/views/concepts/alphabetical/index.html.erb