aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/_bubble.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/_bubble.rhtml')
-rw-r--r--app/views/request/_bubble.rhtml15
1 files changed, 2 insertions, 13 deletions
diff --git a/app/views/request/_bubble.rhtml b/app/views/request/_bubble.rhtml
index de3ee296f..f3f053522 100644
--- a/app/views/request/_bubble.rhtml
+++ b/app/views/request/_bubble.rhtml
@@ -1,8 +1,4 @@
-<blockquote class="xsnazzy">
- <div>
- <strong class="xb1"></strong><strong class="xb2"></strong><strong class="xb3"></strong><strong class="xb4"></strong><strong class="xb5"></strong><strong class="xb6"></strong><strong class="xb7"></strong>
- </div>
- <div class="xboxcontent">
+ <div class="correspondence_text">
<% if not attachments.nil? and attachments.size > 0 %>
<p> <% attachments.each do |a| %>
<% attachment_url = get_attachment_url(:id => incoming_message.info_request_id,
@@ -21,11 +17,4 @@
</p>
<% end %>
<p><%= body %></p>
- </div>
- <div>
- <strong class="xb7"></strong><strong class="xb6"></strong><strong class="xb5"></strong><strong class="xb4"></strong><strong class="xb3"></strong><strong class="xb2"></strong><strong class="xb1"></strong>
- <em></em>
- <span class="bubblebit"></span>
- </div>
-</blockquote>
-
+ </div> \ No newline at end of file