add special clause for timeouts on post searches

This commit is contained in:
albert
2013-02-19 14:22:09 -05:00
parent 9d5cd91fa1
commit da35349955
2 changed files with 12 additions and 1 deletions

View File

@@ -1 +1,5 @@
<p>Error: <%= @exception.to_s %></p>
<% if @error_message %>
<p><%= @error_message %></p>
<% else %>
<p>Error: <%= @exception.to_s %></p>
<% end %>