Sha256: 969c4b1c20d59b5a0da81e86ba6ba1e6f8d4af92b8f16b68a4b183057e35ec0a

Contents?: true

Size: 529 Bytes

Versions: 6

Compression:

Stored size: 529 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>
  <ol class="concepts unstyled">
    <%= render :partial => '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/alphabetical/index.html.erb
iqvoc-4.1.3 app/views/concepts/alphabetical/index.html.erb
iqvoc-4.1.2 app/views/concepts/alphabetical/index.html.erb
iqvoc-4.1.1 app/views/concepts/alphabetical/index.html.erb
iqvoc-4.1.0 app/views/concepts/alphabetical/index.html.erb
iqvoc-4.0.9 app/views/concepts/alphabetical/index.html.erb