@@ -9,7 +9,7 | |||||
9 | <% form_remote_tag( :url => {}, :html => {:method => :get}, :method => :get, :update => 'content' ) do %> |
|
9 | <% form_remote_tag( :url => {}, :html => {:method => :get}, :method => :get, :update => 'content' ) do %> | |
10 | <%# TOOD: remove the project_id and issue_id hidden fields, that information is |
|
10 | <%# TOOD: remove the project_id and issue_id hidden fields, that information is | |
11 | already in the URI %> |
|
11 | already in the URI %> | |
12 |
<%= hidden_field_tag |
|
12 | <%= hidden_field_tag('project_id', params[:project_id]) if @project %> | |
13 | <%= hidden_field_tag 'issue_id', params[:issue_id] if @issue %> |
|
13 | <%= hidden_field_tag 'issue_id', params[:issue_id] if @issue %> | |
14 | <%= render :partial => 'date_range' %> |
|
14 | <%= render :partial => 'date_range' %> | |
15 | <% end %> |
|
15 | <% end %> |
@@ -11,7 +11,7 | |||||
11 | <%= hidden_field_tag 'criterias[]', criteria, :id => nil %> |
|
11 | <%= hidden_field_tag 'criterias[]', criteria, :id => nil %> | |
12 | <% end %> |
|
12 | <% end %> | |
13 | <%# TODO: get rid of the project_id field, that should already be in the URL %> |
|
13 | <%# TODO: get rid of the project_id field, that should already be in the URL %> | |
14 |
<%= hidden_field_tag |
|
14 | <%= hidden_field_tag('project_id', params[:project_id]) if @project %> | |
15 | <%= render :partial => 'date_range' %> |
|
15 | <%= render :partial => 'date_range' %> | |
16 |
|
16 | |||
17 | <p><%= l(:label_details) %>: <%= select_tag 'columns', options_for_select([[l(:label_year), 'year'], |
|
17 | <p><%= l(:label_details) %>: <%= select_tag 'columns', options_for_select([[l(:label_year), 'year'], |
General Comments 0
You need to be logged in to leave comments.
Login now