will be used for account notifications, avatar detection and web based operations, such as edits and merges. All email addresses will be used to identify your commits.
.ui-box
.title
Emails (#{@emails.count+1})
%ul.well-list#emails-table
%li
%strong=@primary
%span.label.label-success Primary Email
-@emails.eachdo|email|
%li
%strong=email.email
%span.cgray
added #{time_ago_with_tooltip(email.created_at)}
=link_to'Remove',profile_email_path(email),data: {confirm: 'Are you sure?'},method: :delete,class: 'btn btn-small btn-remove pull-right'