From 6e9954dc48fa4e4ef646c8dd089ca79f84f75261 Mon Sep 17 00:00:00 2001 From: Jefferson Fernandes + Joao M. M. Silva Date: Wed, 4 Apr 2012 15:42:19 -0300 Subject: [PATCH] [Mezuro] Added dates combobox to history in project view --- plugins/mezuro/views/content_viewer/_project_result.rhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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