From 10f5d74ce50e1e46b6b91b6a8a1ed5b476a3e817 Mon Sep 17 00:00:00 2001 From: Kerwin Bryant Date: Fri, 29 Nov 2024 16:53:59 +0800 Subject: [PATCH] Update view_file.tmpl --- templates/repo/view_file.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/repo/view_file.tmpl b/templates/repo/view_file.tmpl index 89bb371e7c7cd..86366ae053855 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}}