<%= select_tag :new_project_id, project_tree_options_for_select(Project.visible.has_module(:contacts_module).find(:all, :order => 'lft')), :prompt => "--- #{l(:actionview_instancetag_blank_option)} ---" %> <%= submit_tag l(:button_add) %> <%= toggle_link l(:button_cancel), 'add-project-form'%>
<% end %> <% end %> <%= render_contact_projects_hierarchy @contact.projects %>