Growstuff / growstuff

Open data project for small-scale food growers
http://growstuff.org/
GNU Affero General Public License v3.0
430 stars 212 forks source link

Add subtitles and clean up pagination across the site #494

Open Skud opened 9 years ago

Skud commented 9 years ago

Now we have the :subtitle content area, it would be nice if across the site, wherever we have big collections of things, it looked like this:

title: Crop subtitle: 456 total

(You'll have to pass in a total from the controller, eg. @crops_total = Crop.count ... and of course where there are filters you'll need to make sure you get the right number.)

Then where there's the pagination, remove the info section that has the total number. This will just generally make things cleaner and nicer-looking.

This should be done for:

cesy commented 9 years ago

785 is relevant to this, where we talk about switching from will_paginate to kaminari for pagination.