mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 21:25:17 +01:00
Merge branch 'jLouzado-bMenuToolTip' into devel
This commit is contained in:
commit
acf5c496be
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
template(name="sidebar")
|
||||
.board-sidebar.sidebar(class="{{#if isOpen}}is-open{{/if}}")
|
||||
a.sidebar-tongue.js-toggle-sidebar(
|
||||
class="{{#if isTongueHidden}}is-hidden{{/if}}")(title="{{showTongueTitle}}")
|
||||
class="{{#if isTongueHidden}}is-hidden{{/if}}",
|
||||
title="{{showTongueTitle}}")
|
||||
i.fa.fa-angle-left
|
||||
.sidebar-shadow
|
||||
.sidebar-content.sidebar-shortcuts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue