15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
<tr id="user_#(id)">
|
|
<td>#(username)</td>
|
|
<td>#(email)</td>
|
|
<td style="width: 50px;">
|
|
<button hx-get="/users/#(id)"
|
|
hx-target="#user-detail"
|
|
hx-swap="outerHTML swap:0.5s"
|
|
hx-push-url="true"
|
|
class="btn btn-detail"
|
|
>
|
|
›
|
|
</button>
|
|
</td>
|
|
</tr>
|