Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notes/_reply_button.html.haml')
-rw-r--r--app/views/notes/_reply_button.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/notes/_reply_button.html.haml b/app/views/notes/_reply_button.html.haml
index db6b35b7ada..c981fb9fc72 100644
--- a/app/views/notes/_reply_button.html.haml
+++ b/app/views/notes/_reply_button.html.haml
@@ -1,4 +1,4 @@
%tr.line_notes_row.reply
- %td{:colspan => 3}
+ %td{colspan: 3}
%i.icon-comment
- = link_to "Reply", "#", :class => "line_note_reply_link", "line_code" => line_code, :title => "Add note for this line"
+ = link_to "Reply", "#", class: "line_note_reply_link", "line_code" => line_code, title: "Add note for this line"