diff options
Diffstat (limited to 'app/views/projects/files.html.haml')
| -rw-r--r-- | app/views/projects/files.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/files.html.haml b/app/views/projects/files.html.haml index 19252d423ee..d171b0d09a1 100644 --- a/app/views/projects/files.html.haml +++ b/app/views/projects/files.html.haml @@ -8,11 +8,11 @@ = image_tag gravatar_icon(note.author_email), :class => "left", :width => 16 = note.attachment_identifier - %td + %td Added = time_ago_in_words(note.created_at) ago -- else +- else .alert-message.block-message %p All files attached to project wall, issues etc will be displayed here |
