mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
link to file from its history (#27354)
Fixes #3852 Fixes https://github.com/go-gitea/gitea/issues/26707 Add a button on file history which directs you to the file at the selected commit. Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
@@ -97,6 +97,7 @@ locked = Locked
|
||||
|
||||
copy = Copy
|
||||
copy_url = Copy URL
|
||||
copy_hash = Copy hash
|
||||
copy_content = Copy content
|
||||
copy_branch = Copy branch name
|
||||
copy_success = Copied!
|
||||
@@ -1283,6 +1284,7 @@ commits.signed_by_untrusted_user = Signed by untrusted user
|
||||
commits.signed_by_untrusted_user_unmatched = Signed by untrusted user who does not match committer
|
||||
commits.gpg_key_id = GPG Key ID
|
||||
commits.ssh_key_fingerprint = SSH Key Fingerprint
|
||||
commits.view_path=View at this point in history
|
||||
|
||||
commit.operations = Operations
|
||||
commit.revert = Revert
|
||||
|
Reference in New Issue
Block a user