changeset 463:af5f6d56dc3a feature_36

View for the AJAX call in the new publication view.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 21 Jun 2011 11:07:51 +0100
parents b02b2eb2a312
children fbdfec975bfa
files vendor/plugins/redmine_bibliography/app/views/publications/autocomplete_for_project.rhtml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vendor/plugins/redmine_bibliography/app/views/publications/autocomplete_for_project.rhtml	Tue Jun 21 11:07:51 2011 +0100
@@ -0,0 +1,3 @@
+<% if params[:q] && params[:q].length > 1 %>
+	<%= projects_check_box_tags 'publication[project_ids][]', @projects %>
+<% end %>