Add a tab bar to the footer of default template
This commit is contained in:
Родитель
a23ed0aaa6
Коммит
4984c96471
|
@ -10,6 +10,10 @@
|
||||||
{{outlet}}
|
{{outlet}}
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
©
|
<x-tabbar>
|
||||||
|
<x-tabbar-tab>
|
||||||
|
{{#link-to 'index'}}{{t app.title}}{{/link-to}}
|
||||||
|
</x-tabbar-tab>
|
||||||
|
</x-tabbar>
|
||||||
</footer>
|
</footer>
|
||||||
</x-layout>
|
</x-layout>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче