mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 10:48:37 +00:00
Fix lint
This commit is contained in:
@@ -96,7 +96,7 @@
|
|||||||
|
|
||||||
<div class="menu tw-overflow-hidden tw-max-w-full">
|
<div class="menu tw-overflow-hidden tw-max-w-full">
|
||||||
{{range .Branches}}
|
{{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}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user