diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 7d6c878ad..2069b2053 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -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
diff --git a/templates/repo/view_file.tmpl b/templates/repo/view_file.tmpl
index 0c8990a4f..2c678beb9 100644
--- a/templates/repo/view_file.tmpl
+++ b/templates/repo/view_file.tmpl
@@ -48,6 +48,7 @@
{{end}}
{{.i18n.Tr "repo.file_history"}}
+ {{svg "octicon-download"}}
{{if .Repository.CanEnableEditor}}
{{if .CanEditFile}}
{{svg "octicon-pencil"}}