<%= t '.header' %>
<%= t '.info_html', signup_url: signup_path %>
<%= simple_form_for @user, url: password_reset_path do |f| %>
<%= render 'flash_messages' %>
<%= f.input :email, label: false, autofocus: true, input_html: { class: 'span3' } %>
<%= f.submit t('.action'), class: 'btn btn-primary btn-large' %>
<% end %>