summaryrefslogtreecommitdiff
path: root/app/views/projects/files.html.haml
blob: 52424ae43537264432835e31ea6bc436a0033b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
= render "project_head"
- unless @notes.empty?
  %table.zebra-striped.borders
    - @notes.each do |note|
      %tr
        %td
          %a{:href => note.attachment.url}
            = image_tag gravatar_icon(note.author_email), :class => "left", :width => 16
             
            = note.attachment_identifier
        %td
          Added
          = time_ago_in_words(note.created_at)
          ago
- else
  .alert-message.block-message
    %span All files attached to project wall, issues etc will be displayed here