summaryrefslogtreecommitdiff
path: root/app/views/users/_contact_email.html.haml
blob: 1627ff6c279609d3351febe39f27b060f0d9d75f (plain)
1
2
3
4
5
6
7
8
9
%legend= t(:contact_email)
= simple_form_for @user, {:validate => true} do |f|
  %p= t(:contact_email_info)
  = f.input :contact_email, :label => false
  -# %p= t(:public_key)
  -# = f.text_area :contact_email_key, {:class => "full-width", :rows => 4}
  .form-group
    .controls
      = f.submit t(:save), :class => 'btn', :data => {"loading-text" => "Saving..."}