mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fixed text below custom login logo not visible.
Thanks to xet7 !
This commit is contained in:
parent
3004f54b5d
commit
00bbc26698
1 changed files with 7 additions and 4 deletions
|
|
@ -37,10 +37,13 @@ template(name="userFormsLayout")
|
||||||
else
|
else
|
||||||
img(src="{{pathFor '/wekan-logo.svg'}}" alt="" width="300" height="auto")
|
img(src="{{pathFor '/wekan-logo.svg'}}" alt="" width="300" height="auto")
|
||||||
br
|
br
|
||||||
if currentSetting.textBelowCustomLoginLogo
|
if currentSetting.textBelowCustomLoginLogo
|
||||||
+viewer
|
hr
|
||||||
| {{currentSetting.textBelowCustomLoginLogo}}
|
section.textBelowCustomLoginLogo
|
||||||
br
|
+viewer
|
||||||
|
| {{currentSetting.textBelowCustomLoginLogo}}
|
||||||
|
hr
|
||||||
|
section.auth-layout
|
||||||
section.auth-dialog
|
section.auth-dialog
|
||||||
if isLoading
|
if isLoading
|
||||||
+loader
|
+loader
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue