Add QR code to item detail view
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -88,6 +88,15 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>QR Code (WIP)</td>
|
||||
<td>
|
||||
{% if item.get("shortener").slug %}
|
||||
{{ item.get("shortener", {}).get("slug") | qr_code }}
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Issue tracker</td>
|
||||
|
Reference in New Issue
Block a user