fix error notifications

This commit is contained in:
Matias Alejo Garcia 2015-04-23 19:05:44 -03:00
commit 816901378e
5 changed files with 48 additions and 45 deletions

View file

@ -1,11 +0,0 @@
<div class="offline dr-notification-wrapper">
<div class="dr-notification">
<div class="dr-notification-image">
<i class="fi-alert"></i>
</div>
<div class="dr-notification-content">
<h3 class="dr-notification-title">{{'Could not connect to Wallet Service'|translate}}</h3>
<div class="dr-notification-text ellipsis animated infinite flash">{{'Trying to reconnnect...'|translate}}</div>
</div>
</div>
</div>