Module: SeriesStatementsHelper
- Includes:
- ManifestationsHelper
- Defined in:
- app/helpers/series_statements_helper.rb
Instance Method Summary collapse
Methods included from ManifestationsHelper
#back_to_manifestation_index, #call_number_label, #carrier_type_facet, #holding_item_sort_criteria, #language_facet, #language_list, #library_facet, #link_to_bookmark, #paginate_id_link, #pub_year_facet, #resource_title, #title_with_volume_number
Instance Method Details
#series_pagination_link ⇒ Object
4 5 6 7 8 |
# File 'app/helpers/series_statements_helper.rb', line 4 def series_pagination_link if flash[:manifestation_id] render 'manifestations/paginate_id_link', manifestation: Manifestation.find(flash[:manifestation_id]) end end |