mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
Add download button for file viewer (#17640)
- Resolves #17286 - Use the `download` attribute such that the browser will natively initate a download dialog for the given URL. Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
10db864c66
commit
562785ef4e
2 changed files with 2 additions and 0 deletions
|
@ -989,6 +989,7 @@ commit_graph.hide_pr_refs = Hide Pull Requests
|
|||
commit_graph.monochrome = Mono
|
||||
commit_graph.color = Color
|
||||
blame = Blame
|
||||
download_file = Download file
|
||||
normal_view = Normal View
|
||||
line = line
|
||||
lines = lines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue