<%= t("contact.title") %> <%= link_to( image_tag( "control/close.svg", id: "contact_close", alt: t("contact.cancel") ), #"mailto:" + @user.mail_adresses[0].address, "javascript:closeContactForm()" ) %>

<%= hidden_field_tag :authenticity_token, form_authenticity_token %>
<%= t("contact.name") %>
<%= t("contact.mail") %>
<%= t('contact.error.invalid_email') %>
<%= t("contact.message") %>
<%= t('contact.error.empty_text') %>
<%= image_tag( "social/email.svg", alt: "" ) %>

<%= t('contact.confirmation') %>