diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index ae9dcfd8..d8a5cd92 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -314,11 +314,11 @@ {{ email_log.created_at | dt }} {% elif email_log.bounced %} - {{ contact.website_email }} - - {{ email_log.created_at | dt }} - + {{ contact.website_email }} + + {{ email_log.created_at | dt }} + {% elif email_log.blocked %} {{ contact.website_email }} @@ -371,9 +371,9 @@ {% endif %} class="btn btn-sm btn-outline-primary {% if not alias.enabled %} disabled {% endif %}" data-toggle="tooltip" - title="Alias can be used to SEND and RECEIVE messages" + title="Add new contact, manage your existing contacts" > - Send Email    + Contacts    {% if not current_user.expand_alias_info %}