unnecessary i tag

This commit is contained in:
pangliang 2024-03-09 12:29:22 +08:00
parent b2092d2d5a
commit 6d3c634c89
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<label>{{ctx.Locale.Tr "actions.workflow.from_ref"}} :</label>
<div class="ui floating dropdown icon button mini">
<input type="hidden" name="ref" value="refs/heads/{{index .Branches 0}}">
<i>{{svg "octicon-git-branch"}}</i>
{{svg "octicon-git-branch"}}
<span class="text" style="font-size: small">{{index .Branches 0}}</span>
<div class="menu">
<div class="ui icon search input">