mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
Add link to job details and tooltip to commit status in repo list in dashboard (#26326)
Tooltip:  Link to the target job: 
This commit is contained in:
parent
3be80a863b
commit
f6e7798405
6 changed files with 36 additions and 10 deletions
|
@ -1280,6 +1280,11 @@ commit.cherry-pick = Cherry-pick
|
|||
commit.cherry-pick-header = Cherry-pick: %s
|
||||
commit.cherry-pick-content = Select branch to cherry-pick onto:
|
||||
|
||||
commitstatus.error = Error
|
||||
commitstatus.failure = Failure
|
||||
commitstatus.pending = Pending
|
||||
commitstatus.success = Success
|
||||
|
||||
ext_issues = Access to External Issues
|
||||
ext_issues.desc = Link to an external issue tracker.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue