=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.
.form-group
=f.label:skype,class: "control-label"
...
...
@@ -96,8 +96,6 @@
=link_to'Remove avatar',profile_avatar_path,data: {confirm: "Avatar will be removed. Are you sure?"},method: :delete,class: "btn btn-remove btn-sm remove-avatar"
=link_tonamespace_project_wiki_path(@project.namespace,@project,@page),data: {confirm: "Are you sure you want to delete this page?"},method: :delete,class: "btn btn-remove"do
=link_tonamespace_project_wiki_path(@project.namespace,@project,@page),data: {confirm: "Are you sure you want to delete this page?"},method: :delete,class: "btn btn-sm btn-remove"do