oops forgot to reorder this
This commit is contained in:
parent
31bcabd5e1
commit
6a9484155d
|
@ -36,9 +36,6 @@
|
||||||
{{view Discourse.PrependPostView postBinding="this"}}
|
{{view Discourse.PrependPostView postBinding="this"}}
|
||||||
{{#unless controller.multiSelect}}
|
{{#unless controller.multiSelect}}
|
||||||
<div class='topic-meta-data-inside'>
|
<div class='topic-meta-data-inside'>
|
||||||
<div class='post-info'>
|
|
||||||
<a href='#' class='post-date' {{bindAttr data-share-url="shareUrl"}}>{{date created_at}}</a>
|
|
||||||
</div>
|
|
||||||
{{#if hasHistory}}
|
{{#if hasHistory}}
|
||||||
<div class='post-info edits'>
|
<div class='post-info edits'>
|
||||||
<a href='#' class="{{unbound historyHeat}}" {{action showHistory this}} title="{{editDate updated_at}}">
|
<a href='#' class="{{unbound historyHeat}}" {{action showHistory this}} title="{{editDate updated_at}}">
|
||||||
|
@ -47,6 +44,9 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
<div class='post-info'>
|
||||||
|
<a href='#' class='post-date' {{bindAttr data-share-url="shareUrl"}}>{{date created_at}}</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{view Discourse.RawDivView class="cooked" contentBinding="cooked"}}
|
{{view Discourse.RawDivView class="cooked" contentBinding="cooked"}}
|
||||||
|
|
Loading…
Reference in New Issue