[IMP] web_responsive: Apply pre-commit changes

This commit is contained in:
Alexandre D. Díaz
2020-12-16 14:05:16 +01:00
committed by Sergey Shebanin
parent d5e4441a0c
commit 4b2a8e6d91
2 changed files with 8 additions and 7 deletions

View File

@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<templates id="template" xml:space="preserve">
<div t-extend="UserMenu.shortcuts">
<t t-jquery="table.o_shortcut_table > tbody > tr > td:nth-child(2) > span:first-child" t-operation="after">
<div t-extend="UserMenu.shortcuts">
<t
t-jquery="table.o_shortcut_table > tbody > tr > td:nth-child(2) > span:first-child"
t-operation="after"
>
+ <span class="o_key">Shift</span>
</t>
</div>
</div>
</templates>