13 lines
473 B
Handlebars
13 lines
473 B
Handlebars
<span role="button" onclick={{action "deleteWord"}} class="delete-word-record">{{d-icon "times"}}</span> {{this.word.word}}
|
|
{{#if (or this.isReplace this.isLink)}}
|
|
→ <span class="replacement">{{this.word.replacement}}</span>
|
|
{{else if this.isTag}}
|
|
→
|
|
{{#each this.tags as |tag|}}
|
|
<span class="tag">{{tag}}</span>
|
|
{{/each}}
|
|
{{/if}}
|
|
{{#if this.isCaseSensitive}}
|
|
<span class="case-sensitive">{{i18n "admin.watched_words.case_sensitive"}}</span>
|
|
{{/if}}
|