Fixed button type
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
value="{{ shot.name | hide_none }}")
|
||||
button.copy-to-clipboard.btn.item-id(
|
||||
name="Copy to Clipboard",
|
||||
type="text",
|
||||
type="button",
|
||||
data-clipboard-text="{{ shot._id }}",
|
||||
title="Copy ID to clipboard")
|
||||
| ID
|
||||
|
Reference in New Issue
Block a user