mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Add questionbox
class to questions
...so they get removed from the DOM after deletion
This commit is contained in:
parent
a524a244a9
commit
3df0196e1f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
- type ||= nil
|
||||
.card{ data: { id: q.id } }
|
||||
.card.questionbox{ data: { id: q.id } }
|
||||
.card-body
|
||||
.media
|
||||
- if type == 'discover'
|
||||
|
|
Loading…
Reference in a new issue