Skip to content

Commit

Permalink
fixes #1078 (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerkoser authored Aug 11, 2021
1 parent 6b32189 commit 19f26f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ShootTickets/TicketComment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SPDX-License-Identifier: Apache-2.0
</v-list-item-icon>
<v-list-item-content class="comment">
<v-list-item-title class="comment-header toolbar-background toolbar-title--text">
<span class="font-weight-bold">{{login}}</span> commented <a :href="sanitizeUr(htmlUrl)" target="_blank" rel="noopener"><time-string :date-time="createdAt" mode="past" class="toolbar-title--text"></time-string></a>
<span class="font-weight-bold">{{login}}</span> commented <a :href="sanitizeUrl(htmlUrl)" target="_blank" rel="noopener"><time-string :date-time="createdAt" mode="past" class="toolbar-title--text"></time-string></a>
</v-list-item-title>
<v-list-item-subtitle class="wrap-text comment-body" v-html="commentHtml"></v-list-item-subtitle>
</v-list-item-content>
Expand Down

0 comments on commit 19f26f4

Please sign in to comment.