about summary refs log tree commit diff stats
path: root/app
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-14 11:14:28 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-14 11:14:28 -0400
commit336b1d8405a1c0529b28a95164d5f27154c514fb (patch)
treec890f424ec83d8cfb7ffb6a69bf2ea51dac4748d /app
parentfce622b5b1959892b6f6ea94bfe3a1c4eb52d8dd (diff)
downloadthoughts-336b1d8405a1c0529b28a95164d5f27154c514fb.tar.gz
thoughts-336b1d8405a1c0529b28a95164d5f27154c514fb.tar.bz2
thoughts-336b1d8405a1c0529b28a95164d5f27154c514fb.zip
Add .png to cross image tag
I keep doing this.
Diffstat (limited to 'app')
-rw-r--r--app/views/comments/_form.html.haml2
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