diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-06-07 18:55:26 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-06-07 18:55:26 +0200 |
commit | 98d7278d08dabc9e1da5dcd9a9bb968ab369520e (patch) | |
tree | fcb2d6e8459a65596b611bf833ab5e458524c2bb /client/components/cards/templates.html | |
parent | 915a7e5c6865548ee3664ec67f328f815480a761 (diff) | |
download | wekan-98d7278d08dabc9e1da5dcd9a9bb968ab369520e.tar.gz wekan-98d7278d08dabc9e1da5dcd9a9bb968ab369520e.tar.bz2 wekan-98d7278d08dabc9e1da5dcd9a9bb968ab369520e.zip |
Add a UI to restore archived cards
Diffstat (limited to 'client/components/cards/templates.html')
-rw-r--r-- | client/components/cards/templates.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/components/cards/templates.html b/client/components/cards/templates.html index 94d54b6b..d003f051 100644 --- a/client/components/cards/templates.html +++ b/client/components/cards/templates.html @@ -79,11 +79,6 @@ <input type="submit" class="js-confirm negate full" value="{{_ 'delete'}}"> </template> -<template name="cardDeletePopup"> - <p>{{_ "card-delete-pop"}}</p> - <input type="submit" class="js-confirm negate full" value="{{_ 'delete'}}"> -</template> - <template name="attachmentDeletePopup"> <p>{{_ "attachment-delete-pop"}}</p> <input type="submit" class="js-confirm negate full" value="{{_ 'delete'}}"> |