Something went wrong while setting issue due date.
latest show.html.haml breaks
Created by: remcoros
When adding a @Wall note, project showing breaks:
ActionView::Template::Error (undefined method `id' for nil:NilClass):
6: %p
7: %strong
8: = update.target.class.name.titleize
9: = truncate update.target.id.to_s, :length => 10
10: commented
11: –
12: = image_tag gravatar_icon(update.author_email), :class => "", :width => 16
app/views/projects/show.html.haml:9:in `block (2 levels) in _app_views_projects_show_html_haml__4422278478701808863_60673180'
app/views/projects/show.html.haml:4:in `block in _app_views_projects_show_html_haml__4422278478701808863_60673180'
app/views/projects/show.html.haml:2:in `each'
app/views/projects/show.html.haml:2:in `_app_views_projects_show_html_haml__4422278478701808863_60673180'