diff options
Diffstat (limited to 'app/views/notes/_reply_button.html.haml')
-rw-r--r-- | app/views/notes/_reply_button.html.haml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/notes/_reply_button.html.haml b/app/views/notes/_reply_button.html.haml deleted file mode 100644 index c981fb9fc72..00000000000 --- a/app/views/notes/_reply_button.html.haml +++ /dev/null @@ -1,4 +0,0 @@ -%tr.line_notes_row.reply - %td{colspan: 3} - %i.icon-comment - = link_to "Reply", "#", class: "line_note_reply_link", "line_code" => line_code, title: "Add note for this line" |