=f.select:public_email,options_for_select(@user.all_emails,selected: @user.public_email),{include_blank: 'Do not show in profile'},class: "form-control"
=f.select:public_email,options_for_select(@user.all_emails,selected: @user.public_email),{include_blank: 'Do not show on profile'},class: "select2"
%span.help-block This email will be displayed on your public profile.