This commit is contained in:
parent
b391326806
commit
c30e2c8705
@ -10,15 +10,17 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-action">
|
<div class="card-action">
|
||||||
<button class="btn waves-effect waves-light"
|
<a href="#answer-post">
|
||||||
type="submit" name="action"
|
<button class="btn waves-effect waves-light"
|
||||||
hx-post="/post_to_another_post/{{ target_post_id }}"
|
type="submit" name="action"
|
||||||
hx-target="#neu-posts"
|
hx-post="/post_to_another_post/{{ target_post_id }}"
|
||||||
hx-include="[name='send_this_text']"
|
hx-target="#neu-posts"
|
||||||
>
|
hx-include="[name='send_this_text']"
|
||||||
Отправить!!
|
>
|
||||||
<i class="material-icons right">send</i>
|
Отправить!!
|
||||||
</button>
|
<i class="material-icons right">send</i>
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- <h1>Загрузить картинку:</h1>
|
<!-- <h1>Загрузить картинку:</h1>
|
||||||
<input type="file" #file placeholder="Загрузить картинку" (change)="sendPic($event)" style="display:none;">
|
<input type="file" #file placeholder="Загрузить картинку" (change)="sendPic($event)" style="display:none;">
|
||||||
|
Loading…
Reference in New Issue
Block a user