<% content_for :headers do %> <%= stylesheet_link_tag "contacts.css", :media => "screen, projection" %> <% end %>
<%= form_for @contact do |f| %> <%= hidden_field_tag "contact[relation_ids][]", "gotcha" %>
<%= link_to t('contact.type.new'), relation_customs_path %>
<%= f.label :message %> <%= f.text_area :message, :class =>"new_contact_text_area" %>
<%= submit_tag t("contact.#{ f.object.action }.submit"), :class => "button" %>
<% end %>