Add `questionbox` class to questions
...so they get removed from the DOM after deletion
This commit is contained in:
parent
a524a244a9
commit
3df0196e1f
|
@ -1,5 +1,5 @@
|
||||||
- type ||= nil
|
- type ||= nil
|
||||||
.card{ data: { id: q.id } }
|
.card.questionbox{ data: { id: q.id } }
|
||||||
.card-body
|
.card-body
|
||||||
.media
|
.media
|
||||||
- if type == 'discover'
|
- if type == 'discover'
|
||||||
|
|
Loading…
Reference in New Issue