render those links instead of raw html
This commit is contained in:
parent
c1cd6a2792
commit
64d1c91179
|
@ -1,5 +1,5 @@
|
||||||
{{#if tooManyTracked}}
|
{{#if tooManyTracked}}
|
||||||
<div class="alert alert-info">{{i18n 'topics.too_many_tracked'}}</div>
|
<div class="alert alert-info">{{{i18n 'topics.too_many_tracked'}}}</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if redirectedReason}}
|
{{#if redirectedReason}}
|
||||||
|
|
Loading…
Reference in New Issue