Sha256: c55f4789261ca9332cb6b322fda4b1d15f8a32e015c70c9ec49f1c7180641ccb

Contents?: true

Size: 503 Bytes

Versions: 3

Compression:

Stored size: 503 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(:letter => letter.to_s.downcase) %>
    <% end %>
  </div>
  <ul>
    <%= render :partial => 'pref_labeling', :collection => @pref_labelings %>
  </ul>
</div>

<%= paginate @pref_labelings %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iqvoc-4.0.2 app/views/concepts/alphabetical/index.html.erb
iqvoc-4.0.1 app/views/concepts/alphabetical/index.html.erb
iqvoc-4.0.0 app/views/concepts/alphabetical/index.html.erb