remove topic-info from topic onebox for now

https://meta.discourse.org/t/discourse-oneboxes-are-not-correctly-translated/16382/2?u=codinghorror
This commit is contained in:
Jeff Atwood 2014-06-10 17:03:37 -07:00
parent 1691d52882
commit 55491d98a6

View File

@ -6,15 +6,6 @@
</div>
<blockquote>{{{quote}}}
<div class='topic-info'>
<div class='info-line'>
{{posts_count}} posts, last post {{last_post}}, created {{age}}, {{views}} views
</div>
<div class='posters'>
{{#posters}}
<span title="{{{username}}}">{{{avatar}}}</span>
{{/posters}}
</div>
<div class='clearfix'></div>
</div>
</blockquote>
</aside>