diff --git a/plugins/mezuro/views/content_viewer/_project_result.rhtml b/plugins/mezuro/views/content_viewer/_project_result.rhtml index 1bb5e07..08a3792 100644 --- a/plugins/mezuro/views/content_viewer/_project_result.rhtml +++ b/plugins/mezuro/views/content_viewer/_project_result.rhtml @@ -1,6 +1,6 @@ -<%= options_from_collection_for_select(history, :date, :date) %> - -

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

+Project history <%=select_tag "projectHistory",options_for_select(history)%> + +

<%= _('Result') %>

-- libgit2 0.21.2