mirror of
https://github.com/wekan/wekan.git
synced 2026-02-01 14:11:48 +01:00
Header, Scrollbar now also at desktop version if needed
This commit is contained in:
parent
e6d42f21a2
commit
d2d4c19196
2 changed files with 8 additions and 9 deletions
|
|
@ -32,11 +32,11 @@ template(name="header")
|
|||
img(src="{{currentSetting.customTopLeftCornerLogoImageUrl}}" height="{{#if currentSetting.customTopLeftCornerLogoHeight}}#{currentSetting.customTopLeftCornerLogoHeight}{{else}}27{{/if}}" width="auto" margin="0" padding="0")
|
||||
unless currentSetting.customTopLeftCornerLogoImageUrl
|
||||
img(src="{{pathFor '/logo-header.png'}}" alt="")
|
||||
span
|
||||
a(href="{{pathFor 'home'}}")
|
||||
span.fa.fa-home
|
||||
| {{_ 'all-boards'}}
|
||||
ul
|
||||
li
|
||||
a(href="{{pathFor 'home'}}")
|
||||
span.fa.fa-home
|
||||
| {{_ 'all-boards'}}
|
||||
li.separator -
|
||||
//li
|
||||
// a(href="{{pathFor 'public'}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue