aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-11-15 08:59:27 +0000
committerLouise Crow <louise.crow@gmail.com>2012-11-15 08:59:27 +0000
commit8268c6e80533a2a489b16c945ff825f1d257de80 (patch)
treeff68137eff2f27e32f279b455aea15a5fd8ac7ca
parent563bcfc3d0cb743f84a1541e59ea51db04ca179f (diff)
parent79db5787973303bfd1b91f83fe75fa58f61a142d (diff)
Merge remote-tracking branch 'openaustralia_github/quote_images' into develop
-rw-r--r--app/views/comment/_single_comment.rhtml2
-rw-r--r--app/views/user/_show_user_info.rhtml2
-rw-r--r--public/images/quote.pngbin470 -> 0 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/app/views/comment/_single_comment.rhtml b/app/views/comment/_single_comment.rhtml
index 013e5e107..b645721cf 100644
--- a/app/views/comment/_single_comment.rhtml
+++ b/app/views/comment/_single_comment.rhtml
@@ -11,7 +11,7 @@
</h2>
<div class="comment_in_request_text">
<p>
- <img class="comment_quote" src="/images/quote.png" alt="">
+ <img class="comment_quote" src="/images/quote-marks.png" alt="">
<%= comment.get_body_for_html_display %>
</p>
</div>
diff --git a/app/views/user/_show_user_info.rhtml b/app/views/user/_show_user_info.rhtml
index 5dfecee1e..3c229e9ce 100644
--- a/app/views/user/_show_user_info.rhtml
+++ b/app/views/user/_show_user_info.rhtml
@@ -1,7 +1,7 @@
<% if !@display_user.get_about_me_for_html_display.empty? || @is_you %>
<div class="user_about_me">
- <img class="comment_quote" src="/images/quote.png" alt="">
+ <img class="comment_quote" src="/images/quote-marks.png" alt="">
<%= @display_user.get_about_me_for_html_display %>
<% if @is_you %>
(<%= link_to _("edit text about you"), set_profile_about_me_url() %>)
diff --git a/public/images/quote.png b/public/images/quote.png
deleted file mode 100644
index 752b7d4cf..000000000
--- a/public/images/quote.png
+++ /dev/null
Binary files differ