Skip to content

Commit

Permalink
correct link
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Mar 8, 2024
1 parent 7ee4ea8 commit 5580af0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/javascripts/discourse/components/assigned-to-post.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ export default class AssignedToPost extends Component {
{{i18n "discourse_assign.assigned_to"}}
</span>

{{#if @assignedToUser}}
<a href={{@href}} class="assigned-to-username">
<a href={{@href}} class="assigned-to-username">
{{#if @assignedToUser}}
{{@assignedToUser.username}}
</a>
{{else}}
{{@assignedToGroup.name}}
{{/if}}
{{else}}
{{@assignedToGroup.name}}
{{/if}}
</a>

<DMenu @icon="ellipsis-h" class="btn-flat more-button">
<div class="popup-menu">
Expand Down

0 comments on commit 5580af0

Please sign in to comment.