1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Refactor repo-issue.ts (#33784)

And remove jQuery
This commit is contained in:
wxiaoguang
2025-03-05 01:58:17 +08:00
committed by GitHub
parent ca0ce003ab
commit 75e85c25c1
10 changed files with 194 additions and 236 deletions

View File

@@ -8,7 +8,7 @@
<div class="item-section-right">
{{if and $.UpdateAllowed $.UpdateByRebaseAllowed}}
<div class="tw-inline-block">
<div class="ui buttons update-button">
<div id="update-pr-branch-with-base" class="ui buttons">
<button class="ui button" data-do="{{$.Link}}/update" data-redirect="{{$.Link}}">
<span class="button-text">
{{ctx.Locale.Tr "repo.pulls.update_branch"}}