mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
A Sandstorm user can restore an archived board
This commit is contained in:
parent
d2b1a837e6
commit
1eaada0feb
3 changed files with 16 additions and 0 deletions
|
|
@ -71,6 +71,12 @@ template(name="boardHeaderBar")
|
|||
title="{{_ 'log-in'}}")
|
||||
i.fa.fa-sign-in
|
||||
span {{_ 'log-in'}}
|
||||
|
||||
if isSandstorm
|
||||
if currentUser
|
||||
a.board-header-btn.js-open-archived-board
|
||||
i.fa.fa-archive
|
||||
span {{_ 'archives'}}
|
||||
|
||||
a.board-header-btn.js-open-filter-view(
|
||||
title="{{#if Filter.isActive}}{{_ 'filter-on-desc'}}{{else}}{{_ 'filter'}}{{/if}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue