<% form_for :project_date, :html=>{:id=>"project_history_date"} do |f| %> <%= f.label :day, "Choose project date:" %>
Day Month Year
<%= f.text_field :day, :size => 1, :maxlength => 2, :placeholder =>"dd" %> <%= f.text_field :month, :size => 1, :maxlength => 2, :placeholder =>"mm" %> <%= f.text_field :year, :size => 1, :maxlength => 4, :placeholder =>"yyyy" %>
<%= f.submit "Refresh" %> <% end %>

<%= _('Last Result') %>

<%= _('Date') %> <%= project_result.date %>
<%= _('Load time') %> <%= project_result.formatted_load_time %>
<%= _('Analysis time') %> <%= project_result.formatted_analysis_time %>