From 336b1d8405a1c0529b28a95164d5f27154c514fb Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 14 Oct 2023 11:14:28 -0400 Subject: Add .png to cross image tag I keep doing this. --- app/views/comments/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/comments/_form.html.haml b/app/views/comments/_form.html.haml index eb374c7..13a0903 100644 --- a/app/views/comments/_form.html.haml +++ b/app/views/comments/_form.html.haml @@ -3,7 +3,7 @@ %fieldset#comment-body-field %blockquote.bubble.rounded.bottom #comment-reply-msg - = link_to (image_tag "cross"), "#", class: "comment-reply-cancel" + = link_to (image_tag "cross.png"), "#", class: "comment-reply-cancel" Replying to comment by = succeed ":" do %span.comment-reply-author -- cgit 1.4.1