Skip to content

Commit

Permalink
Get rid of the annoying nags about PageLinks cast in PM views.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffputz committed Jan 13, 2024
1 parent 2290db4 commit 8d5f72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ul>
</div>

<pf-pagerlinks controllerName="PrivateMessages" actionName="Archive" pagerContext="@(PagerContext)ViewBag.PagerContext" class="pagination pagination-sm pagerLinks" moreTextClass="morePager" currentTextClass="currentPager active" />
<pf-pagerlinks controllerName="PrivateMessages" actionName="Archive" pagerContext="@ViewBag.PagerContext" class="pagination pagination-sm pagerLinks" moreTextClass="morePager" currentTextClass="currentPager active" />

<table class="table mt-3 table-hover">
<tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<p><a asp-action="Create">@PopForums.Resources.SendPM</a></p>

<pf-pagerlinks controllerName="PrivateMessages" actionName="Index" pagerContext="@(PagerContext)ViewBag.PagerContext" class="pagination pagination-sm pagerLinks" moreTextClass="morePager" currentTextClass="currentPager active"/>
<pf-pagerlinks controllerName="PrivateMessages" actionName="Index" pagerContext="@ViewBag.PagerContext" class="pagination pagination-sm pagerLinks" moreTextClass="morePager" currentTextClass="currentPager active"/>

<table class="table mt-3 table-hover">
<tbody>
Expand Down

0 comments on commit 8d5f72a

Please sign in to comment.