Better translation: Target URL to Link URL.

This commit is contained in:
Lauri Ojansivu 2020-09-18 19:20:16 +03:00
parent 05e3fc31b4
commit 3fc80e1145
7 changed files with 21 additions and 21 deletions

View file

@ -26,11 +26,11 @@ template(name="userFormsLayout")
unless currentSetting.hideLogo
h1.at-form-landing-logo
if currentSetting.customLoginLogoImageUrl
if currentSetting.customLoginLogoTargetUrl
a(href="{{currentSetting.customLoginLogoTargetUrl}}")
if currentSetting.customLoginLogoLinkUrl
a(href="{{currentSetting.customLoginLogoLinkUrl}}")
img(src="{{currentSetting.customLoginLogoImageUrl}}" width="300" height="auto")
br
unless currentSetting.customLoginLogoTargetUrl
unless currentSetting.customLoginLogoLinkUrl
img(src="{{currentSetting.customLoginLogoImageUrl}}" width="300" height="auto")
br
unless currentSetting.customLoginLogoImageUrl