petities/petitions.eu

View on GitHub
app/views/petitions/search.html.slim

Summary

Maintainability
Test Coverage
div.page
  section.petitions-overview-wrapper
    h1.petition-section-title= t('search.title')
    
    div.petition-overview-title= t('search.found', results_size: @petitions.total_count, search_term: @search)
    
    div.petitions-overview-container
      = render partial: 'list'
            
      div.clearfix

    = paginate @petitions