2018-10-23 06:45:40 -04:00
|
|
|
{{#if post}}
|
2022-06-17 09:01:34 -04:00
|
|
|
<aside
|
|
|
|
class="quote"
|
|
|
|
data-post={{post.post_number}}
|
|
|
|
data-topic={{post.topic_id}}
|
|
|
|
>
|
2018-10-23 06:45:40 -04:00
|
|
|
<div class="title">
|
|
|
|
<div class="quote-controls">
|
2022-06-17 09:01:34 -04:00
|
|
|
{{! template-lint-disable no-invalid-link-text }}
|
|
|
|
<a
|
|
|
|
href="/t/via-quote/{{post.topic_id}}/{{post.post_number}}"
|
2018-10-23 06:45:40 -04:00
|
|
|
title="go to the quoted post"
|
2022-06-17 09:01:34 -04:00
|
|
|
class="quote-other-topic"
|
|
|
|
>
|
2018-10-23 06:45:40 -04:00
|
|
|
</a>
|
|
|
|
</div>
|
2022-06-17 09:01:34 -04:00
|
|
|
|
|
|
|
<a
|
|
|
|
class="result-post-link"
|
|
|
|
href="/t/{{post.topic_id}}/{{post.post_number}}"
|
|
|
|
>
|
2018-10-23 06:45:40 -04:00
|
|
|
{{avatar post imageSize="tiny"}}{{post.username}}:
|
|
|
|
</a>
|
|
|
|
</div>
|
2022-06-17 09:01:34 -04:00
|
|
|
|
2018-10-23 06:45:40 -04:00
|
|
|
<blockquote>
|
|
|
|
<p>
|
2021-07-02 11:35:50 -04:00
|
|
|
{{html-safe post.excerpt}}
|
2018-10-23 06:45:40 -04:00
|
|
|
</p>
|
|
|
|
</blockquote>
|
|
|
|
</aside>
|
|
|
|
{{else}}
|
2015-09-21 17:43:23 -04:00
|
|
|
{{id}}
|
2018-10-23 06:45:40 -04:00
|
|
|
{{/if}}
|