This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<div class="card-content white-text">
|
||||
<span class="new badge yellow" data-badge-caption="">
|
||||
<a class="purple-text" href="#post-{{ posto._key }}"> #{{ posto._key }} </a>
|
||||
<a class="purple-text" href="/{{board}}/{{ posto._key }}"> #{{ posto._key }} </a>
|
||||
</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>
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="col s12 card-action white-text">
|
||||
<div class="right">
|
||||
<!-- <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="/{{board}}/{{ posto._key }}" >В тред!</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user