This commit is contained in:
parent
92bb87c816
commit
d4e585fb13
@ -8,8 +8,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="card-content white-text">
|
<div class="card-content white-text">
|
||||||
<span class="new badge green" data-badge-caption="">
|
<span class="new badge yellow" data-badge-caption="">
|
||||||
<a class="orange-text" href="#post-{{ posto._key }}"> #{{ posto._key }} </a>
|
<a class="purple-text" href="#post-{{ posto._key }}"> #{{ posto._key }} </a>
|
||||||
</span>
|
</span>
|
||||||
<span class="new badge blue" data-badge-caption="">Ответов: {{ posto.answers_num }}</span>
|
<span class="new badge blue" data-badge-caption="">Ответов: {{ posto.answers_num }}</span>
|
||||||
<span class="new badge red" data-badge-caption="">Длина треда: {{ posto.children_num }}</span>
|
<span class="new badge red" data-badge-caption="">Длина треда: {{ posto.children_num }}</span>
|
||||||
@ -47,6 +47,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
|
<p>{{ posto.texto }}</p>
|
||||||
<div class="card-action right">
|
<div class="card-action right">
|
||||||
<!-- <a href="#" hx-post="/post_my_post/{{ posto._key }}" hx-target="#neu-posts" >Answer me!</a> -->
|
<!-- <a href="#" hx-post="/post_my_post/{{ posto._key }}" hx-target="#neu-posts" >Answer me!</a> -->
|
||||||
<a href="#answer-post" hx-post="/answer_post/{{ posto._key }}" hx-target="#answer-post" >Ответить этому.</a>
|
<a href="#answer-post" hx-post="/answer_post/{{ posto._key }}" hx-target="#answer-post" >Ответить этому.</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user