diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl index bcf46f9f0..aec7b8d61 100755 --- a/templates/base/footer_content.tmpl +++ b/templates/base/footer_content.tmpl @@ -20,7 +20,7 @@
{{.i18n.Tr "custom.Platform_Tutorial"}}
- {{if .EnableSwagger}}API
{{end}} + {{.i18n.Tr "custom.Platform_Tutorial"}} + {{if .EnableSwagger}} API{{end}} {{if .IsSigned}} -{{.i18n.Tr "custom.foot.advice_feedback"}}
+ {{.i18n.Tr "custom.foot.advice_feedback"}} {{else}} -{{.i18n.Tr "custom.foot.advice_feedback"}}
+ {{.i18n.Tr "custom.foot.advice_feedback"}} {{end}} {{template "custom/extra_links_footer" .}} diff --git a/templates/base/footer_content_fluid.tmpl b/templates/base/footer_content_fluid.tmpl old mode 100644 new mode 100755 index 6d3cada9e..29395a045 --- a/templates/base/footer_content_fluid.tmpl +++ b/templates/base/footer_content_fluid.tmpl @@ -18,7 +18,7 @@{{.i18n.Tr "custom.Platform_Tutorial"}}
- {{if .EnableSwagger}}API
{{end}} + {{.i18n.Tr "custom.Platform_Tutorial"}} + {{if .EnableSwagger}} API{{end}} {{if .IsSigned}} -{{.i18n.Tr "custom.foot.advice_feedback"}}
+ {{.i18n.Tr "custom.foot.advice_feedback"}} {{else}} -{{.i18n.Tr "custom.foot.advice_feedback"}}
+ {{.i18n.Tr "custom.foot.advice_feedback"}} {{end}} {{template "custom/extra_links_footer" .}}