Skip to content

Commit

Permalink
Update my-issue-card.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjit-git committed Jul 18, 2021
1 parent 5a8bd88 commit 83d6e82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/modules/my-issues/components/my-issue-card.twig
Expand Up @@ -27,10 +27,10 @@
data-toggle-popover="true" {# popover attr #}
data-content=
" {# popover attr #}
<b>{{ 'issues.card.popovers.name' | trans }}: </b>{{ issueCardDto.getIssue().getName() }}
<b>{{ 'issues.card.popovers.name' | trans }}: </b>{{ issueCardDto.getIssue().getName() | escape }}
<br/>
<b>{{ 'issues.card.popovers.description' | trans }}: </b>{{ issueCardDto.getIssue().getInformation() }}
<b>{{ 'issues.card.popovers.description' | trans }}: </b>{{ issueCardDto.getIssue().getInformation() | escape }}
{%
if isCompact is defined
Expand Down Expand Up @@ -236,4 +236,4 @@
</div>
</div>
</section>
</div>
</div>

0 comments on commit 83d6e82

Please sign in to comment.