Skip to content

Commit

Permalink
Merge pull request #91 from fzerocentral/another-basiclink
Browse files Browse the repository at this point in the history
Full refresh going from view-forum to view-topic
  • Loading branch information
JoselleAstrid authored Jan 2, 2023
2 parents c60b68b + 890460f commit 33fbdb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/templates/old-forum/view-forum.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@

{{topic.titlePrefix}}

<LinkTo @route='old-forum.view-topic' @query={{hash t=topic.id}}>
{{! LinkTo here makes poll results not filtered by poll ID, so use BasicLink. }}
<BasicLink @route='old-forum.view-topic' @query={{hash t=topic.id}}>
{{topic.titleDisplay}}
</LinkTo>
</BasicLink>

{{#if topic.hasMultiplePages}}
[ Page:
Expand Down

0 comments on commit 33fbdb6

Please sign in to comment.