discourse-data-explorer/assets/javascripts/discourse/templates/explorer/post.raw.hbs

16 lines
553 B
Handlebars
Raw Normal View History

{{~#if post}}
<aside class="quote"
data-post="{{post.post_number}}"
data-topic="{{post.topic_id}}">
<div class="title" style="cursor: pointer;">
<div class="quote-controls">
{{!<i class="fa fa-chevron-down" title="expand/collapse"></i>}}
<a href="/t/via-quote/{{post.topic_id}}/{{post.post_number}}"
title="go to the quoted post"
class="quote-other-topic"></a></div>
{{avatar post imageSize="tiny"}}{{post.username}}:</div>
<blockquote><p>{{{post.excerpt}}}</p></blockquote></aside>
{{~else}}
{{id}}
{{~/if}}