Sha256: d95e4e68465c658852ead407341682953f132e02f215cf1723d045b50d8441e8

Contents?: true

Size: 520 Bytes

Versions: 4

Compression:

Stored size: 520 Bytes

Contents

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

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

<%= paginate @pref_labelings %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.0.6 app/views/concepts/alphabetical/index.html.erb
iqvoc-4.0.5 app/views/concepts/alphabetical/index.html.erb
iqvoc-4.0.4 app/views/concepts/alphabetical/index.html.erb
iqvoc-4.0.3 app/views/concepts/alphabetical/index.html.erb