diff --git a/app/views/accounts/_emails.html.slim b/app/views/accounts/_emails.html.slim
index 52e39f75654..1ebd421365e 100644
--- a/app/views/accounts/_emails.html.slim
+++ b/app/views/accounts/_emails.html.slim
@@ -3,8 +3,8 @@
.col.col-6.bold
= t('account.index.email_addresses')
.right-align.col.col-6
- .btn.btn-account-action.rounded-lg.bg-light-blue
- - if EmailPolicy.new(current_user).can_add_email?
+ - if EmailPolicy.new(current_user).can_add_email?
+ .btn.btn-account-action.rounded-lg.bg-light-blue
= link_to t('account.index.email_add'), add_email_path
- current_user.email_addresses.each do |email|
.p2.col.col-12.border-top.border-blue-light.account-list-item