fixes: browser unsupported and page not found

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-24 10:41:56 -03:00
commit 69fbbd4888
4 changed files with 20 additions and 16 deletions

View file

@ -18,18 +18,18 @@
<div class="inner-wrap">
<nav class="tab-bar" ng-class="{'hide-tab-bar' : !$root.wallet || !$root.wallet.isReady()}">
<section class="left-small">
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
</section>
<section class="left-small">
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
</section>
<section class="middle tab-bar-section">
<h1 class="right">
{{totalBalance || 0 |noFractionNumber}} {{$root.unitName}}
</h1>
<h1 class="title ellipsis">
{{$root.wallet.getName()}}
</h1>
</section>
<section class="middle tab-bar-section">
<h1 class="right">
{{totalBalance || 0 |noFractionNumber}} {{$root.unitName}}
</h1>
<h1 class="title ellipsis">
{{$root.wallet.getName()}}
</h1>
</section>
</nav>
<aside class="left-off-canvas-menu">