ringo-framework / ringo_news

News extension for the Ringo framework
GNU General Public License v3.0
0 stars 1 forks source link

Sorting of news is unclear #2

Open toirl opened 8 years ago

toirl commented 8 years ago

The way who news are sorted in unclear in the newslisting. New should be displayed orderd by their date with the newest date on the top und older news in the bottom.

Currently the news are listed in the way the get_news helper function https://github.com/ringo-framework/ringo_news/blob/master/ringo_news/views.py#L13 returns the items. So this is IMO the correct place to fix this issue.