mirror of
https://github.com/go-gitea/gitea
synced 2025-01-23 16:14:29 +00:00
Fix lint
This commit is contained in:
parent
e5b581ccfa
commit
c0d1960efb
@ -96,7 +96,7 @@
|
||||
|
||||
<div class="menu tw-overflow-hidden tw-max-w-full">
|
||||
{{range .Branches}}
|
||||
<div class="item" data-value="{{.}}" data-tooltip-content="{{.}}" class="tw-overflow-hidden gt-ellipsis tw-whitespace-nowrap">{{.}}</div>
|
||||
<div data-value="{{.}}" data-tooltip-content="{{.}}" class="item tw-overflow-hidden gt-ellipsis tw-whitespace-nowrap">{{.}}</div>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user