<%= icon_tag('user') %> Profile
<%= f.input :first_name %> <%= f.input :last_name %> <%= f.input :email %>
<%= icon_tag('lock') %> Security
<%= f.input :password, hint: "(leave blank if you don't want to change it)" %> <%= f.input :password_confirmation, label: 'Confirm' %>
Roles
<%= f.association :roles, as: :check_boxes %>