mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 21:48:07 +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
|
|
@ -540,7 +540,7 @@ template(name="cardDetails")
|
|||
else if getDescription
|
||||
if currentBoard.allowsDescriptionTitle
|
||||
hr
|
||||
h3.card-details-item-title {{_ 'description'}}
|
||||
div.card-details-item-title {{_ 'description'}}
|
||||
if currentBoard.allowsDescriptionText
|
||||
+viewer
|
||||
= getDescription
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue