files.html.haml 479 Bytes
= render "project_head"
%div{ :class => "update-data ui-box ui-box-small ui-box-big" }
  .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