diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-06-07 12:01:48 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-06-07 12:01:48 +0200 |
commit | 915a7e5c6865548ee3664ec67f328f815480a761 (patch) | |
tree | dfb13f82298d3cd8db6a9f4a29fd90588808620f /client/components/cards | |
parent | 92dd05d06ddeb2a9434df6038c432e6b167c1c99 (diff) | |
download | wekan-915a7e5c6865548ee3664ec67f328f815480a761.tar.gz wekan-915a7e5c6865548ee3664ec67f328f815480a761.tar.bz2 wekan-915a7e5c6865548ee3664ec67f328f815480a761.zip |
Remove modal component
This component wasn't used anymore. We'll probably need something like
that again in the future, but we'll try to use a generic component
from Atmosphere.
Diffstat (limited to 'client/components/cards')
-rw-r--r-- | client/components/cards/templates.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/components/cards/templates.html b/client/components/cards/templates.html index 23f9ce4f..94d54b6b 100644 --- a/client/components/cards/templates.html +++ b/client/components/cards/templates.html @@ -1,7 +1,3 @@ -<template name="cardModal"> - {{ > modal template='cardDetailWindow' card=this board=this.board }} -</template> - <template name="cardMemberPopup"> <div class="board-member-menu"> <div class="mini-profile-info"> |