mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-02 07:21:07 +00:00
5 lines
226 B
HTML
5 lines
226 B
HTML
|
{{ if .Site.Params.options.clipBoard -}}
|
||
|
<div class="doks-clipboard">
|
||
|
<button class="btn-clipboard btn btn-link" data-clipboard-text="{{ .Get "text" | safeHTML }}"><span class="copy-status"></span></button>
|
||
|
</div>
|
||
|
{{ end -}}
|