summaryrefslogtreecommitdiff
path: root/app/views/projects/files.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/files.html.haml')
-rw-r--r--app/views/projects/files.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/files.html.haml b/app/views/projects/files.html.haml
index 52424ae4353..68d51df0b56 100644
--- a/app/views/projects/files.html.haml
+++ b/app/views/projects/files.html.haml
@@ -4,8 +4,8 @@
- @notes.each do |note|
%tr
%td
- %a{:href => note.attachment.url}
- = image_tag gravatar_icon(note.author_email), :class => "left", :width => 16
+ %a{href: note.attachment.url}
+ = image_tag gravatar_icon(note.author_email), class: "left", width: 16
 
= note.attachment_identifier
%td