<% if collapsible -%> <%= image_tag("collapse.png") %> <% end -%> <%= project.name -%>

"> <%= render :partial => "projects/project_settings", :locals => { :project => project, :collapsible => collapsible } %>

Actions in this project

Currently there are no incomplete actions in this project

<%= render :partial => "todos/todo", :collection => @not_done, :locals => { :parent_container_type => "project" } %> <% if @not_done.empty? # fix (hack) for #713 set_behavior_for_star_icon set_behavior_for_toggle_checkbox end -%>