gitlab-org--gitlab-foss/app/views/projects/files.html.haml

25 lines
555 B
Plaintext
Raw Normal View History

= render "project_head"
2011-12-30 19:56:34 +00:00
- unless @notes.empty?
2012-09-03 18:53:16 +00:00
%table
%thead
%tr
%th File name
%th
2012-02-18 13:59:01 +00:00
- @notes.each do |note|
%tr
%td
%a{href: note.attachment.url}
= image_tag gravatar_icon(note.author_email), class: "left", width: 16
2012-02-18 13:59:01 +00:00
 
2011-12-30 19:56:34 +00:00
= note.attachment_identifier
%td
2012-02-18 13:59:01 +00:00
Added
= time_ago_in_words(note.created_at)
ago
- else
2012-03-05 22:29:40 +00:00
.alert-message.block-message
%span All files attached to project wall, issues etc will be displayed here