Sha256: 2d7f1d652a93a589c057e4db175de8fa59275cd4d374d2595775ee03ea4f9619

Contents?: true

Size: 493 Bytes

Versions: 2

Compression:

Stored size: 493 Bytes

Contents

- if @articles
  .searchsummary
    = t :search_summary_articles_from, :articles_from => @articles.offset+1
    = t :search_summary_articles_to, :articles_to => (@articles.current_page < @articles.total_pages) ? @articles.offset+@articles.per_page : @articles.total_entries
    = t :search_summary_number_of_articles, :articles_total => @articles.total_entries
    %br
    = will_paginate @articles, {:previous_label => t(:pagination_previous_label), :next_label => t(:pagination_next_label)}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solarsearch-0.0.10 app/views/article/_result_summary.html.haml
solarsearch-0.0.9 app/views/article/_result_summary.html.haml