mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 12:20:15 +01:00
Refactor header and layout templates for improved accessibility and consistency
This commit is contained in:
parent
f9fb02457c
commit
6a713d9e8d
5 changed files with 26 additions and 14 deletions
|
|
@ -21,11 +21,11 @@ head
|
|||
template(name="userFormsLayout")
|
||||
section.auth-layout
|
||||
if currentSetting.hideLogo
|
||||
h1.at-form-landing-logo
|
||||
h1.at-form-landing-logo Wekan
|
||||
br
|
||||
br
|
||||
unless currentSetting.hideLogo
|
||||
h1.at-form-landing-logo
|
||||
h1.at-form-landing-logo Wekan
|
||||
if currentSetting.customLoginLogoImageUrl
|
||||
if currentSetting.customLoginLogoLinkUrl
|
||||
a(href="{{currentSetting.customLoginLogoLinkUrl}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue