diff --git a/templates/repo/view_file.tmpl b/templates/repo/view_file.tmpl
index 89bb371e7c..86366ae053 100644
--- a/templates/repo/view_file.tmpl
+++ b/templates/repo/view_file.tmpl
@@ -56,21 +56,21 @@
{{end}}
- {{svg "octicon-download"}}
- {{svg "octicon-copy" 14}}
+ {{svg "octicon-download"}}
+ {{svg "octicon-copy"}}
{{if .EnableFeed}}
- {{svg "octicon-rss" 14}}
+ {{svg "octicon-rss"}}
{{end}}
{{if .Repository.CanEnableEditor}}
{{if .CanEditFile}}
- {{svg "octicon-pencil"}}
+ {{svg "octicon-pencil"}}
{{else}}
{{svg "octicon-pencil"}}
{{end}}
{{if .CanDeleteFile}}
- {{svg "octicon-trash"}}
+ {{svg "octicon-trash"}}
{{else}}
{{svg "octicon-trash"}}
{{end}}