<%= t('.title') %>
<%= raw(t('.description')) %> <%= form_for @hat_request, :url => create_hat_request_path do |f| %>

<%= f.label :hat, t('.hat') %> <%= f.text_field :hat, :size => 20, :placeholder => t('.hatplaceholder') %>
<%= f.label :link, t('.link') %> <%= f.text_field :link, :size => 50, :placeholder => t('.linkplaceholder') %>
<%= f.label :comment, t('.comment') %> <%= f.text_area :comment, :rows => 4, :placeholder => t('.commentplaceholder') %>

<%= submit_tag t('.requesthatbutton') %>

<% end %>