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:
Steven
2017-03-04 15:43:46 +00:00
parent 49c50046c9
commit 87847769ce
@@ -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>&hellip;</span>