Skip to content

Commit

Permalink
[FIX] Adding the accidentally deleted tag template, used by other tem…
Browse files Browse the repository at this point in the history
…plates (#20772)
  • Loading branch information
yash-rajpal authored and gabrieleiro committed Feb 19, 2021
1 parent d5b5788 commit 05c428a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/discussion/client/views/creationDialog/CreateDiscussion.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,17 @@
<div class="rc-input__description">{{ description }}</div>
</div>
</template>

<template name='tag'>
<span class="rc-tags__tag">
{{#if username}}
<span class="rc-tags__tag-image">
{{> avatar username=username}}
</span>
<span class="rc-tags__tag-text">{{username}}</span>
{{else}}
<span class="rc-tags__tag-text">{{text}}</span>
{{/if}}
{{> icon block="rc-tags__tag-icon" icon="cross"}}
</span>
</template>

0 comments on commit 05c428a

Please sign in to comment.