mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 04:54:09 +00:00
7dc0b2bab6
This removes APA as cite format, because it depends on an copyleft dependency (https://github.com/Juris-M/citeproc-js).
9 lines
458 B
Go HTML Template
9 lines
458 B
Go HTML Template
<span class="ui citation label primary" id="citation-copy-bibtex" data-text="">
|
|
BibTeX
|
|
</span>
|
|
<!-- the value will be updated by initCitationFileCopyContent, the code below is used to avoid UI flicking -->
|
|
<input id="citation-copy-content" value="" size="1" readonly>
|
|
<button class="ui icon button" id="citation-clipboard-btn" data-tooltip-content="{{ctx.Locale.Tr "copy"}}" data-clipboard-target="#citation-copy-content">
|
|
{{svg "octicon-copy"}}
|
|
</button>
|