Add a tab bar to the footer of default template

This commit is contained in:
Matthew Riley MacPherson 2014-07-31 13:10:41 -04:00
Родитель a23ed0aaa6
Коммит 4984c96471
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -10,6 +10,10 @@
{{outlet}}
</section>
<footer>
&copy;
<x-tabbar>
<x-tabbar-tab>
{{#link-to 'index'}}{{t app.title}}{{/link-to}}
</x-tabbar-tab>
</x-tabbar>
</footer>
</x-layout>