Files
design-themes/theme_bistro/views/snippets/s_intro_pill.xml
T

16 lines
376 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_intro_pill" inherit_id="website.s_intro_pill">
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Discover our<br/>new menu
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
View more
</xpath>
</template>
</odoo>