2
0
Fork 0
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:
Jeff Atwood 2014-08-18 00:24:50 -07:00
parent 5193c9fd16
commit ff03f98945

View file

@ -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}}