Commit 6e9954dc48fa4e4ef646c8dd089ca79f84f75261

Authored by Jefferson Fernandes + Joao M. M. Silva
Committed by Paulo Meireles
1 parent 1411229f

[Mezuro] Added dates combobox to history in project view

plugins/mezuro/views/content_viewer/_project_result.rhtml
1   -<%= options_from_collection_for_select(history, :date, :date) %>
2   -
3   -<h4><%= _('Last Result') %></h4>
  1 +Project history <%=select_tag "projectHistory",options_for_select(history)%>
  2 +
  3 +<h4><%= _('Result') %></h4>
4 4  
5 5 <table>
6 6 <tr>
... ...