2015-12-08 16:05:59 -05:00
|
|
|
template(name="boardHeaderBar")
|
2015-06-07 10:30:27 +02:00
|
|
|
h1.header-board-menu
|
2015-08-29 15:40:06 +02:00
|
|
|
with currentBoard
|
|
|
|
a(class="{{#if currentUser.isBoardAdmin}}js-edit-board-title{{else}}is-disabled{{/if}}")
|
2018-04-06 00:11:15 +03:00
|
|
|
+viewer
|
|
|
|
= title
|
2015-05-27 17:17:00 +02:00
|
|
|
|
|
|
|
.board-header-btns.left
|
2015-12-17 20:38:33 +08:00
|
|
|
unless isMiniScreen
|
2019-02-27 16:14:14 +02:00
|
|
|
if currentBoard
|
|
|
|
if currentUser
|
|
|
|
a.board-header-btn.js-star-board(class="{{#if isStarred}}is-active{{/if}}"
|
|
|
|
title="{{#if isStarred}}{{_ 'click-to-unstar'}}{{else}}{{_ 'click-to-star'}}{{/if}} {{_ 'starred-boards-description'}}")
|
|
|
|
i.fa(class="fa-star{{#unless isStarred}}-o{{/unless}}")
|
|
|
|
if showStarCounter
|
|
|
|
span
|
|
|
|
= currentBoard.stars
|
|
|
|
|
|
|
|
a.board-header-btn(
|
|
|
|
class="{{#if currentUser.isBoardAdmin}}js-change-visibility{{else}}is-disabled{{/if}}"
|
|
|
|
title="{{_ currentBoard.permission}}")
|
|
|
|
i.fa(class="{{#if currentBoard.isPublic}}fa-globe{{else}}fa-lock{{/if}}")
|
|
|
|
span {{_ currentBoard.permission}}
|
|
|
|
|
|
|
|
a.board-header-btn.js-watch-board(
|
|
|
|
title="{{_ watchLevel }}")
|
|
|
|
if $eq watchLevel "watching"
|
|
|
|
i.fa.fa-eye
|
|
|
|
if $eq watchLevel "tracking"
|
|
|
|
i.fa.fa-bell
|
|
|
|
if $eq watchLevel "muted"
|
|
|
|
i.fa.fa-bell-slash
|
|
|
|
span {{_ watchLevel}}
|
|
|
|
|
|
|
|
else
|
|
|
|
a.board-header-btn.js-log-in(
|
|
|
|
title="{{_ 'log-in'}}")
|
|
|
|
i.fa.fa-sign-in
|
|
|
|
span {{_ 'log-in'}}
|
2016-04-18 20:26:10 +02:00
|
|
|
|
2015-12-17 14:23:35 +08:00
|
|
|
.board-header-btns.right
|
2016-04-13 16:39:13 +02:00
|
|
|
if currentBoard
|
|
|
|
if isMiniScreen
|
2019-02-27 16:14:14 +02:00
|
|
|
if currentUser
|
|
|
|
a.board-header-btn.js-star-board(class="{{#if isStarred}}is-active{{/if}}"
|
|
|
|
title="{{#if isStarred}}{{_ 'click-to-unstar'}}{{else}}{{_ 'click-to-star'}}{{/if}} {{_ 'starred-boards-description'}}")
|
|
|
|
i.fa(class="fa-star{{#unless isStarred}}-o{{/unless}}")
|
|
|
|
if showStarCounter
|
|
|
|
span
|
|
|
|
= currentBoard.stars
|
|
|
|
|
|
|
|
a.board-header-btn(
|
|
|
|
class="{{#if currentUser.isBoardAdmin}}js-change-visibility{{else}}is-disabled{{/if}}"
|
|
|
|
title="{{_ currentBoard.permission}}")
|
|
|
|
i.fa(class="{{#if currentBoard.isPublic}}fa-globe{{else}}fa-lock{{/if}}")
|
|
|
|
span {{_ currentBoard.permission}}
|
|
|
|
|
|
|
|
a.board-header-btn.js-watch-board(
|
|
|
|
title="{{_ watchLevel }}")
|
|
|
|
if $eq watchLevel "watching"
|
|
|
|
i.fa.fa-eye
|
|
|
|
if $eq watchLevel "tracking"
|
|
|
|
i.fa.fa-bell
|
|
|
|
if $eq watchLevel "muted"
|
|
|
|
i.fa.fa-bell-slash
|
|
|
|
span {{_ watchLevel}}
|
|
|
|
|
|
|
|
else
|
|
|
|
a.board-header-btn.js-log-in(
|
|
|
|
title="{{_ 'log-in'}}")
|
|
|
|
i.fa.fa-sign-in
|
|
|
|
span {{_ 'log-in'}}
|
2018-04-06 00:11:15 +03:00
|
|
|
|
2017-07-25 00:30:30 +01:00
|
|
|
if isSandstorm
|
|
|
|
if currentUser
|
|
|
|
a.board-header-btn.js-open-archived-board
|
|
|
|
i.fa.fa-archive
|
|
|
|
span {{_ 'archives'}}
|
2016-01-05 23:26:02 +08:00
|
|
|
|
2016-04-13 16:39:13 +02:00
|
|
|
a.board-header-btn.js-open-filter-view(
|
|
|
|
title="{{#if Filter.isActive}}{{_ 'filter-on-desc'}}{{else}}{{_ 'filter'}}{{/if}}"
|
|
|
|
class="{{#if Filter.isActive}}emphasis{{/if}}")
|
|
|
|
i.fa.fa-filter
|
|
|
|
span {{#if Filter.isActive}}{{_ 'filter-on'}}{{else}}{{_ 'filter'}}{{/if}}
|
|
|
|
if Filter.isActive
|
|
|
|
a.board-header-btn-close.js-filter-reset(title="{{_ 'filter-clear'}}")
|
|
|
|
i.fa.fa-times-thin
|
2018-09-21 17:02:43 +02:00
|
|
|
if currentUser.isAdmin
|
|
|
|
a.board-header-btn.js-open-rules-view(title="{{_ 'rules'}}")
|
|
|
|
i.fa.fa-magic
|
|
|
|
span {{_ 'rules'}}
|
2018-08-03 19:47:20 +02:00
|
|
|
|
2018-02-23 01:10:21 +01:00
|
|
|
a.board-header-btn.js-open-search-view(title="{{_ 'search'}}")
|
|
|
|
i.fa.fa-search
|
|
|
|
span {{_ 'search'}}
|
|
|
|
|
2019-02-22 23:48:23 +01:00
|
|
|
unless currentBoard.isTemplatesBoard
|
|
|
|
a.board-header-btn.js-toggle-board-view(
|
|
|
|
title="{{_ 'board-view'}}")
|
|
|
|
i.fa.fa-th-large
|
|
|
|
span {{_ currentUser.profile.boardView}}
|
2018-01-22 16:54:19 -03:00
|
|
|
|
2017-03-18 18:49:39 -04:00
|
|
|
if canModifyBoard
|
2016-04-13 16:39:13 +02:00
|
|
|
a.board-header-btn.js-multiselection-activate(
|
|
|
|
title="{{#if MultiSelection.isActive}}{{_ 'multi-selection-on'}}{{else}}{{_ 'multi-selection'}}{{/if}}"
|
|
|
|
class="{{#if MultiSelection.isActive}}emphasis{{/if}}")
|
|
|
|
i.fa.fa-check-square-o
|
|
|
|
span {{#if MultiSelection.isActive}}{{_ 'multi-selection-on'}}{{else}}{{_ 'multi-selection'}}{{/if}}
|
|
|
|
if MultiSelection.isActive
|
|
|
|
a.board-header-btn-close.js-multiselection-reset(title="{{_ 'filter-clear'}}")
|
2016-07-11 12:03:22 +02:00
|
|
|
i.fa.fa-times-thin
|
2015-05-29 23:35:30 +02:00
|
|
|
|
2016-04-13 16:39:13 +02:00
|
|
|
.separator
|
2019-03-03 22:27:05 +02:00
|
|
|
a.board-header-btn.js-toggle-sidebar
|
|
|
|
i.fa.fa-navicon
|
2015-05-27 17:17:00 +02:00
|
|
|
|
|
|
|
template(name="boardVisibilityList")
|
|
|
|
ul.pop-over-list
|
|
|
|
li
|
|
|
|
with "private"
|
|
|
|
a.js-select-visibility
|
|
|
|
i.fa.fa-lock.colorful
|
|
|
|
| {{_ 'private'}}
|
|
|
|
if visibilityCheck
|
|
|
|
i.fa.fa-check
|
|
|
|
span.sub-name {{_ 'private-desc'}}
|
|
|
|
li
|
|
|
|
with "public"
|
|
|
|
a.js-select-visibility
|
|
|
|
i.fa.fa-globe.colorful
|
|
|
|
| {{_ 'public'}}
|
|
|
|
if visibilityCheck
|
|
|
|
i.fa.fa-check
|
|
|
|
span.sub-name {{_ 'public-desc'}}
|
|
|
|
|
2017-02-22 17:33:17 +05:30
|
|
|
template(name="createBoard")
|
2015-05-27 17:17:00 +02:00
|
|
|
form
|
|
|
|
label
|
|
|
|
| {{_ 'title'}}
|
|
|
|
input.js-new-board-title(type="text" placeholder="{{_ 'bucket-example'}}" autofocus required)
|
|
|
|
if visibilityMenuIsOpen.get
|
|
|
|
+boardVisibilityList
|
|
|
|
else
|
|
|
|
p.quiet
|
|
|
|
if $eq visibility.get 'public'
|
|
|
|
span.fa.fa-globe.colorful
|
2015-06-12 13:59:39 +02:00
|
|
|
= " "
|
2015-05-27 17:17:00 +02:00
|
|
|
| {{{_ 'board-public-info'}}}
|
|
|
|
else
|
|
|
|
span.fa.fa-lock.colorful
|
2015-06-12 13:59:39 +02:00
|
|
|
= " "
|
2015-05-27 17:17:00 +02:00
|
|
|
| {{{_ 'board-private-info'}}}
|
2015-09-17 17:09:30 +02:00
|
|
|
a.js-change-visibility {{_ 'change'}}.
|
2015-05-27 17:17:00 +02:00
|
|
|
input.primary.wide(type="submit" value="{{_ 'create'}}")
|
2015-10-20 20:02:12 +02:00
|
|
|
span.quiet
|
|
|
|
| {{_ 'or'}}
|
2019-02-25 22:48:25 +01:00
|
|
|
a.js-import-board {{_ 'import'}}
|
|
|
|
span.quiet
|
|
|
|
| /
|
|
|
|
a.js-board-template {{_ 'template'}}
|
2015-05-27 17:17:00 +02:00
|
|
|
|
|
|
|
template(name="boardChangeTitlePopup")
|
|
|
|
form
|
|
|
|
label
|
|
|
|
| {{_ 'title'}}
|
2015-09-01 14:38:07 +02:00
|
|
|
input.js-board-name(type="text" value=title autofocus)
|
2015-12-07 11:22:30 +08:00
|
|
|
label
|
|
|
|
| {{_ 'description'}}
|
|
|
|
textarea.js-board-desc= description
|
2015-05-27 17:17:00 +02:00
|
|
|
input.primary.wide(type="submit" value="{{_ 'rename'}}")
|
2015-06-06 14:48:36 +02:00
|
|
|
|
2018-08-03 19:47:20 +02:00
|
|
|
template(name="boardCreateRulePopup")
|
|
|
|
p {{_ 'close-board-pop'}}
|
|
|
|
button.js-confirm.negate.full(type="submit") {{_ 'archive'}}
|