DEV: Remove usage of tagName
This commit is contained in:
parent
ba47a238ac
commit
f97fa5c407
|
|
@ -60,12 +60,9 @@
|
||||||
topic.views
|
topic.views
|
||||||
numberKey="views_long"
|
numberKey="views_long"
|
||||||
}}</td>
|
}}</td>
|
||||||
{{raw
|
<td>
|
||||||
"list/activity-column"
|
{{raw "list/activity-column" topic=topic class="num topic-list-data"}}
|
||||||
topic=topic
|
</td>
|
||||||
class="num topic-list-data"
|
|
||||||
tagName="td"
|
|
||||||
}}
|
|
||||||
<td class="topic-list-data">
|
<td class="topic-list-data">
|
||||||
{{#if topic.assigned_to_user}}
|
{{#if topic.assigned_to_user}}
|
||||||
{{assign-actions-dropdown
|
{{assign-actions-dropdown
|
||||||
|
|
|
||||||
|
|
@ -50,12 +50,9 @@
|
||||||
<div class="topic-item-stats clearfix">
|
<div class="topic-item-stats clearfix">
|
||||||
{{discourse-tags topic mode="list" tagsForUser=tagsForUser}}
|
{{discourse-tags topic mode="list" tagsForUser=tagsForUser}}
|
||||||
<div class="pull-right topic-list-num">
|
<div class="pull-right topic-list-num">
|
||||||
{{raw
|
<div>
|
||||||
"list/activity-column"
|
{{raw "list/activity-column" topic=topic class="num activity last"}}
|
||||||
topic=topic
|
</div>
|
||||||
tagName="div"
|
|
||||||
class="num activity last"
|
|
||||||
}}
|
|
||||||
<a
|
<a
|
||||||
href={{topic.lastPostUrl}}
|
href={{topic.lastPostUrl}}
|
||||||
title="{{i18n 'last_post'}}: {{html-safe raw-date topic.bumped_at}}"
|
title="{{i18n 'last_post'}}: {{html-safe raw-date topic.bumped_at}}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue