diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-14 11:14:28 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-14 11:14:28 -0400 |
commit | 336b1d8405a1c0529b28a95164d5f27154c514fb (patch) | |
tree | c890f424ec83d8cfb7ffb6a69bf2ea51dac4748d | |
parent | fce622b5b1959892b6f6ea94bfe3a1c4eb52d8dd (diff) | |
download | thoughts-336b1d8405a1c0529b28a95164d5f27154c514fb.tar.gz thoughts-336b1d8405a1c0529b28a95164d5f27154c514fb.tar.bz2 thoughts-336b1d8405a1c0529b28a95164d5f27154c514fb.zip |
Add .png to cross image tag
I keep doing this.
-rw-r--r-- | app/views/comments/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
3 | %fieldset#comment-body-field | 3 | %fieldset#comment-body-field |
4 | %blockquote.bubble.rounded.bottom | 4 | %blockquote.bubble.rounded.bottom |
5 | #comment-reply-msg | 5 | #comment-reply-msg |
6 | = link_to (image_tag "cross"), "#", class: "comment-reply-cancel" | 6 | = link_to (image_tag "cross.png"), "#", class: "comment-reply-cancel" |
7 | Replying to comment by | 7 | Replying to comment by |
8 | = succeed ":" do | 8 | = succeed ":" do |
9 | %span.comment-reply-author | 9 | %span.comment-reply-author |