[FIX] benchmarks: two small fixes

This commit is contained in:
Géry Debongnie
2019-06-11 11:29:31 +02:00
parent 438e2fbc2e
commit 9a3e1ed99e
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
</div>
<div t-name="Message" class="message">
<span class="author"><t t-esc="props.author"/></span>
<span class="msg"><t t-esc="props.msg"/></span>
<span class="author"><t t-esc="props.message.author"/></span>
<span class="msg"><t t-esc="props.message.msg"/></span>
<button class="remove" t-on-click="removeMessage">Remove</button>
<t t-widget="Counter"/>
</div>