|
@@ -5,7 +5,12 @@ template(name="sidebar")
|
|
|
// title="{{showTongueTitle}}")
|
|
|
// i.fa.fa-navicon
|
|
|
.sidebar-shadow
|
|
|
- a.sidebar-xmark.js-close-sidebar ✕
|
|
|
+ .sidebar-actions
|
|
|
+ .sidebar-shortcuts
|
|
|
+ a.board-header-btn.js-shortcuts(title="{{_ 'keyboard-shortcuts' }}")
|
|
|
+ i.fa.fa-keyboard-o
|
|
|
+ span {{_ 'keyboard-shortcuts' }}
|
|
|
+ a.sidebar-xmark.js-close-sidebar ✕
|
|
|
.sidebar-content.js-board-sidebar-content
|
|
|
//a.hide-btn.js-hide-sidebar
|
|
|
// i.fa.fa-navicon
|
|
@@ -47,11 +52,6 @@ template(name="membersWidget")
|
|
|
a.board-header-btn.js-open-board-menu(title="{{_ 'boardMenuPopup-title'}}")
|
|
|
i.board-header-btn-icon.fa.fa-cog
|
|
|
| {{_ 'boardMenuPopup-title'}}
|
|
|
- .board-widget.board-widget-members
|
|
|
- .sidebar-shortcuts
|
|
|
- a.board-header-btn.js-shortcuts(title="{{_ 'keyboard-shortcuts' }}")
|
|
|
- i.fa.fa-keyboard-o
|
|
|
- span {{_ 'keyboard-shortcuts' }}
|
|
|
hr
|
|
|
h3
|
|
|
i.fa.fa-users
|