Update forum partial
Show next page link when current page is less than the total number of pages. Keeps pagination consistent with projects list.
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
<a class="@Umbraco.If(i == page, "active")" href="?@queryString">@i</a>
|
||||
}
|
||||
|
||||
@if (page < (pages - 3))
|
||||
@if (page < pages)
|
||||
{
|
||||
queryString["page"] = (page + 1).ToString();
|
||||
<span>…</span>
|
||||
|
||||
Reference in New Issue
Block a user