add style on notification email
This commit is contained in:
parent
a43d1d2dd1
commit
17e1ea0e46
3 changed files with 16 additions and 8 deletions
10
index.html
10
index.html
|
|
@ -49,10 +49,12 @@
|
|||
<i class="fi-loop icon-rotate"></i>
|
||||
<span translate> <strong class="size-16">Network Error</strong>.<br> Attempting to reconnect..</span>
|
||||
</span>
|
||||
<span class="status" ng-if="$root.needsEmailConfirmation">
|
||||
<i class="fi-alert"></i>
|
||||
<span translate> <strong class="size-16">email not confirmed</strong>.<br> Please confirm your email address
|
||||
using the confirmation link at the message we sent you</span>
|
||||
<span class="status" ng-if="$root.needsEmailConfirmation">
|
||||
<i class="fi-alert size-36 left m20r"></i>
|
||||
<span translate>
|
||||
<strong class="size-16">Email not confirmed</strong>.<br>
|
||||
Please confirm your email address using the confirmation link at the message we sent you
|
||||
</span>
|
||||
</span>
|
||||
|
||||
<nav class="tab-bar" ng-if="$root.iden" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue