<% # invalidate the cache every day because of staleness or # rendering of "due in x days" that change without touching updated at of the todo cache [project, current_user.date.strftime("%Y%m%d")] do %>

<% if collapsible -%> <%= image_tag("blank.png", :alt => t('common.collapse_expand')) %> <% end -%>
<%= project.name -%>

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

<%= t('projects.actions_in_project_title') %>

<%= t('projects.no_actions_in_project') %>

<%= render :partial => "todos/todo", :collection => @not_done, :locals => { :parent_container_type => "project" } %>
<% end %>