add message after profile creation on the cloud

This commit is contained in:
Matias Alejo Garcia 2014-12-19 09:12:52 -03:00
commit e56ace7c2c
4 changed files with 20 additions and 3 deletions

View file

@ -60,6 +60,15 @@
Please confirm your email address using the confirmation link at the message we sent you
</span>
</span>
<span class="status" ng-if="$root.pleaseConfirmEmail">
<i class="fi-alert size-36 left m20r"></i>
<span translate>
<strong class="size-16">Confirm your email address</strong>.<br>
An email was just sent to {{$root.iden.getName()}}. Please click the link on it to confirm you own it. Unconfirmed profiles could be deleted from server.
</span>
<a class="close-notification text-warning" ng-click="$root.pleaseConfirmEmail=null">&#215;</a>
</span>
<div ng-controller="SidebarController" ng-show="$root.iden && !$root.hideNavigation">
<nav class="tab-bar">