<%= text_field :email_address, :text, :value => @email_address_text, :style => "width: 70%" %>
<%= text_field :email_default_subject, :text, :value => @email_default_subject_text, :style => "width: 70%" %>
<%= text_area :email_default_body, :text, :value => @email_default_body_text, :style => "width: 70%", :rows => '' %>
<%= t('not_sure', :scope => 'refinery.admin.pages_dialogs.link_to.email_address') %>
-
<%= t('step1_html', :scope => 'refinery.admin.pages_dialogs.link_to.email_address') %>
-
<%= t('step2_html', :scope => 'refinery.admin.pages_dialogs.link_to.email_address') %>
-
<%= t('step3_html', :scope => 'refinery.admin.pages_dialogs.link_to.email_address') %>