# HG changeset patch # User luisf # Date 1308650871 -3600 # Node ID af5f6d56dc3af5d4f5168f8e739c95ee1006d2d1 # Parent b02b2eb2a312a6ccdd215a61a43ef890e790a1d1 View for the AJAX call in the new publication view. diff -r b02b2eb2a312 -r af5f6d56dc3a vendor/plugins/redmine_bibliography/app/views/publications/autocomplete_for_project.rhtml --- /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 %>