summaryrefslogtreecommitdiff
path: root/addons/web/static/src/xml/ribbon.xml
blob: 87df25d21451aa49371299d89d40814098498eb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8" ?>
<template>

    <t t-name="web.ribbon">
        <div class="ribbon ribbon-top-right">
            <span t-att-class="widget.className" t-att-title="widget.tooltip">
                <t t-esc="widget.text"/>
            </span>
        </div>
    </t>

</template>