08 Mar, 2012

1 commit

  •   - closes #164
      - Kaminari was dropping the ?notice=1 from the
        first page link. In the controller if notice is
        not passed in we were assuming the user wanted
        the latest notice instead of the first.
      - Originally the Errs#show page would default to
        displaying the last notice page since that was
        the most recent notice. We changed the controller
        to order notices by created_at so that the notice
        we want to view is on page 1. That way, we do not
        have to fight Kaminari.
      - Rename Previous and Next to Older and Newer to
        reflect user's intent.
    Jared Pace