Bug #276
[PATCH] "Older posts" displayed when there is exactly 10 posts
| Status : | Closed | Start : | ||
| Priority : | Normal | Due date : | ||
| Assigned to : | Justin - | % Done : | 0% |
|
| Category : | frontend | |||
| Target version : | - | |||
| Resolution : | fixed |
Description
"Older posts" is displayed at the bottom of the page but there is no archived post yet...
in source:trunk/app/views/articles/index.rhtml<% unless @pages.item_count < 10 %>
should be replaced by
<% unless @pages.item_count <= 10 %>
Associated revisions
Fix theme page. (closes #276)