2011-12-28 08:38:50 +01:00
|
|
|
= render "project_head"
|
2011-12-30 20:56:34 +01:00
|
|
|
- unless @notes.empty?
|
|
|
|
%div.update-data.ui-box.ui-box-small
|
|
|
|
.data
|
|
|
|
- @notes.each do |note|
|
|
|
|
%a.update-item{:href => note.attachment.url}
|
|
|
|
= image_tag gravatar_icon(note.author_email), :class => "left", :width => 16
|
|
|
|
%span.update-title{:style => "margin-bottom:0px;"}
|
|
|
|
= note.attachment_identifier
|
|
|
|
%span.update-author.right
|
|
|
|
Added
|
|
|
|
= time_ago_in_words(note.created_at)
|
|
|
|
ago
|
|
|
|
- else
|
2012-01-18 00:19:57 +01:00
|
|
|
.notice_holder
|
|
|
|
%li All files attached to project wall, issues etc will be displayed here
|
2011-12-28 08:38:50 +01:00
|
|
|
|
|
|
|
|