fixing conversation updates
This commit is contained in:
parent
8aae7f047d
commit
9e8053e3bd
6 changed files with 17 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ for $threads as $thread }}
|
||||
<div class="tread-wrapper">
|
||||
$thread
|
||||
<div id="tread-wrapper-$thread.id" class="tread-wrapper">
|
||||
$thread.html
|
||||
</div>
|
||||
{{ endfor }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue