mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
remove coldmapping from topic map
This commit is contained in:
parent
5193c9fd16
commit
ff03f98945
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<section {{bind-attr class=":map mapCollapsed"}}>
|
<section {{bind-attr class=":map mapCollapsed"}}>
|
||||||
<ul class="clearfix">
|
<ul class="clearfix">
|
||||||
<li>
|
<li>
|
||||||
<a href='{{unbound topic.url}}' class='{{cold-age-class topic.created_at}}'>
|
<a href='{{unbound topic.url}}'>
|
||||||
<h4>{{i18n created_lowercase}}</h4>
|
<h4>{{i18n created_lowercase}}</h4>
|
||||||
{{avatar details.created_by imageSize="tiny"}}
|
{{avatar details.created_by imageSize="tiny"}}
|
||||||
{{date topic.created_at}}
|
{{date topic.created_at}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue