af83/chouette-core

View on GitHub
app/views/shared/_per_page.html.slim

Summary

Maintainability
Test Coverage
= f.label :per_page, class: 'control-label mr-3'
= f.input :per_page, as: :select, collection: [ 30, 50, 100 ], include_blank: false, label: false