Merge pull request #12 from mozilla/add-tabbar

Add a tab bar to the footer of default template
This commit is contained in:
Matthew Riley MacPherson 2014-07-31 17:14:34 -04:00
Родитель 1743514448 4984c96471
Коммит 89991e803c
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>