aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2009-10-19 19:29:16 +0000
committerfrancis <francis>2009-10-19 19:29:16 +0000
commitb9fce5a5ab83c0112d36ea882de02e55826036bd (patch)
tree18f41f5aef0bbf79be5c08849ed7c16887adf1a2
parent4bbb99dcdedbe35bea5002b9648b39e38845eef3 (diff)
Fix bug that didn't do folding for new clipped cached text field.
-rw-r--r--app/views/admin_request/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_request/show.rhtml b/app/views/admin_request/show.rhtml
index 2ef000742..283690ce6 100644
--- a/app/views/admin_request/show.rhtml
+++ b/app/views/admin_request/show.rhtml
@@ -114,7 +114,7 @@
<tr class="<%= cycle('odd', 'even') %>" id="incoming-<%=incoming_message.id.to_s%>">
<td><%=h incoming_message.id %></td>
<% for column in IncomingMessage.content_columns.map { |c| c.name } %>
- <% if column =~ /^cached_.*?_text$/ %>
+ <% if column =~ /^cached_.*?$/ %>
<td>
<div><%= simple_format( truncate(incoming_message.send(column), 400,
link_to_function("...", "$(this).up('td').childElements().invoke('toggle')")