- <%= f.email_field(:email, class: "form-control", "aria-required": true, 'data-toggle': "tooltip", title: _('Please enter your current password below when changing your email address.'), value: @user.email) %>
-
+
+ <%= f.label(:email, _('Email'), class: 'control-label') %>
+ <%= f.email_field(:email, class: 'form-control', "aria-required": true, 'data-toggle': "tooltip", title: _('Please enter your current password below when changing your email address.'), value: @user.email) %>
- <%= f.email_field(:recovery_email, class: 'form-control', "aria-required": true, 'data-toggle': "tooltip", title: _('This email will be used to recover your account if you change institutions'), value: @user.recovery_email) %>
-
+
+ <%= f.label(:recovery_email, _('Recovery email'), class: 'control-label') %>
+ <%= f.email_field(:recovery_email, class: 'form-control', "aria-required": true, 'data-toggle': "tooltip", title: _('This email will be used to recover your account if you change institutions'), value: @user.recovery_email) %>