aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/wiki/new.tmpl
diff options
context:
space:
mode:
authorDenys Konovalov <kontakt@denyskon.de>2023-09-24 22:31:58 +0200
committerGitHub <noreply@github.com>2023-09-24 20:31:58 +0000
commit2325fe777dcb8c8bbaea84718dcfbdc298d33304 (patch)
tree3b9977d47bbc50de83e1ffd5cb7411a4568c9fb8 /templates/repo/wiki/new.tmpl
parent3a187eace5643a3dc681f87bdd8d0edbb742aa8f (diff)
downloadgitea-2325fe777dcb8c8bbaea84718dcfbdc298d33304.tar.gz
gitea-2325fe777dcb8c8bbaea84718dcfbdc298d33304.zip
cleanup locale function usage (#27227)
Diffstat (limited to 'templates/repo/wiki/new.tmpl')
-rw-r--r--templates/repo/wiki/new.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/repo/wiki/new.tmpl b/templates/repo/wiki/new.tmpl
index d122ee5119..291089d5a6 100644
--- a/templates/repo/wiki/new.tmpl
+++ b/templates/repo/wiki/new.tmpl
@@ -23,7 +23,6 @@
{{$content = .locale.Tr "repo.wiki.welcome"}}
{{end}}
{{template "shared/combomarkdowneditor" (dict
- "locale" $.locale
"MarkdownPreviewUrl" (print .Repository.Link "/markup")
"MarkdownPreviewContext" .RepoLink
"TextareaName" "content"