Modify with Feed Form
This commit is contained in:
@@ -6,7 +6,12 @@
|
||||
<button hx-get="/feed/{{feed.id}}"
|
||||
hx-target="#feed_{{feed.id}}"
|
||||
hx-swap="outerHTML">
|
||||
Refresh
|
||||
Edit Inline
|
||||
</button>
|
||||
<button hx-get="/feedform/{{feed.id}}"
|
||||
hx-target="body"
|
||||
hx-swap="beforeend">
|
||||
Edit Dialog
|
||||
</button>
|
||||
<button class="danger"
|
||||
hx-confirm="Are you sure?"
|
||||
|
||||
Reference in New Issue
Block a user