mirror of
https://github.com/go-gitea/gitea
synced 2024-11-25 02:02:46 +01:00
syntax issue
This commit is contained in:
parent
8bd8b2e2f9
commit
5859943ced
1 changed files with 2 additions and 2 deletions
|
@ -119,9 +119,9 @@
|
||||||
<div id="clone-panel">
|
<div id="clone-panel">
|
||||||
<button class="ui tiny primary button tw-pr-1 tw-flex js-btn-clone-panel">
|
<button class="ui tiny primary button tw-pr-1 tw-flex js-btn-clone-panel">
|
||||||
<span>{{svg "octicon-code" 16}} Code</span>
|
<span>{{svg "octicon-code" 16}} Code</span>
|
||||||
{sv "octicon-triangle-down" 14 "dropdown icon"}}
|
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
||||||
</button>
|
</button>
|
||||||
<div class"clone-panel tippy-target">
|
<div class="clone-panel tippy-target">
|
||||||
<div class="ui segment">
|
<div class="ui segment">
|
||||||
<div class="field tw-flex tw-items-center">
|
<div class="field tw-flex tw-items-center">
|
||||||
<div class="tw-flex-1">{{svg "octicon-terminal" 16}} Clone</div>
|
<div class="tw-flex-1">{{svg "octicon-terminal" 16}} Clone</div>
|
||||||
|
|
Loading…
Reference in a new issue