diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-03-27 22:44:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 15:44:51 +0100 |
commit | ec261b63e14f84da3e2d9a6e27c8b831a7750677 (patch) | |
tree | c5e8775065780d0c8c3c3b3088482081869e4030 /templates/admin/dashboard.tmpl | |
parent | b78c955958301dde72d8caf189531f6e53c496b4 (diff) | |
download | gitea-ec261b63e14f84da3e2d9a6e27c8b831a7750677.tar.gz gitea-ec261b63e14f84da3e2d9a6e27c8b831a7750677.zip |
Refactor repo commit list (#23690)
### Before
* The check of `if PullRequest.BaseRepo.Name` doesn't make sense,
because the `$commitLink` is always constructed below
* Many `if` blocks make the HTML tags (likely) not match in IDE.
Although the rendered result matches, it's very unfriendly to editors or
code analyzer, and it's difficult to read.
### After
Move the `$commitLink` assignment ahead.
Simplify the code, resolve the above problems.
Diffstat (limited to 'templates/admin/dashboard.tmpl')
0 files changed, 0 insertions, 0 deletions