gitlabhq/app/views/projects/files.html.haml
Robert Speicher 7754189187 Fully embrace Ruby 1.9 hash syntax
Didn't bother with files in db/, config/, or features/
2012-08-10 18:25:15 -04:00

20 lines
520 B
Plaintext

= 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