diff --git a/templates/repo/blame.tmpl b/templates/repo/blame.tmpl index 4ebf13b1e8..2d2a09ac0a 100644 --- a/templates/repo/blame.tmpl +++ b/templates/repo/blame.tmpl @@ -17,7 +17,7 @@
- {{ctx.Locale.Tr "repo.file_raw"}} + {{ctx.Locale.Tr "repo.file_raw"}} {{if or .RefFullName.IsBranch .RefFullName.IsTag}} {{ctx.Locale.Tr "repo.file_permalink"}} {{end}} diff --git a/templates/repo/settings/lfs_file.tmpl b/templates/repo/settings/lfs_file.tmpl index b04dc16cdf..f6774ea1c7 100644 --- a/templates/repo/settings/lfs_file.tmpl +++ b/templates/repo/settings/lfs_file.tmpl @@ -31,7 +31,7 @@ {{ctx.Locale.Tr "repo.audio_not_supported_in_browser"}} {{else}} - {{ctx.Locale.Tr "repo.file_view_raw"}} + {{ctx.Locale.Tr "repo.file_view_raw"}} {{end}}
{{else if .FileSize}} diff --git a/templates/repo/view_file.tmpl b/templates/repo/view_file.tmpl index a3dc1845b7..d6871839c3 100644 --- a/templates/repo/view_file.tmpl +++ b/templates/repo/view_file.tmpl @@ -46,7 +46,7 @@
{{if not .ReadmeInList}}
- {{ctx.Locale.Tr "repo.file_raw"}} + {{ctx.Locale.Tr "repo.file_raw"}} {{if or .RefFullName.IsBranch .RefFullName.IsTag}} {{ctx.Locale.Tr "repo.file_permalink"}} {{end}} @@ -132,7 +132,7 @@ {{else}}
{{end}} diff --git a/templates/shared/filetoolarge.tmpl b/templates/shared/filetoolarge.tmpl index cb23864ec8..079721fda7 100644 --- a/templates/shared/filetoolarge.tmpl +++ b/templates/shared/filetoolarge.tmpl @@ -1,4 +1,4 @@
{{ctx.Locale.Tr "repo.file_too_large"}} - {{if .RawFileLink}}{{ctx.Locale.Tr "repo.file_view_raw"}}{{end}} + {{if .RawFileLink}}{{ctx.Locale.Tr "repo.file_view_raw"}}{{end}}