Bug #276

[PATCH] "Older posts" displayed when there is exactly 10 posts

Added by anonymous - 1137 days ago. Updated 641 days ago.

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

Revision 510
Added by scott 1064 days ago

Fix theme page. (closes #276)

History

07/09/2005 10:44 PM - tobi -

  • Status changed from New to Closed
  • Resolution set to fixed

(In r293) "Older posts" displayed when there is exactly 10 posts closes #115

Also available in: Atom PDF