diff options
-rw-r--r-- | app/views/admin_general/index.html.erb | 2 | ||||
-rw-r--r-- | app/views/request/_sidebar_request_listing.html.erb | 2 | ||||
-rw-r--r-- | config/httpd-force-ssl.conf.example (renamed from config/httpd-force-ssl.conf-example) | 0 | ||||
-rw-r--r-- | config/httpd-ssl.conf.example (renamed from config/httpd-ssl.conf-example) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin_general/index.html.erb b/app/views/admin_general/index.html.erb index 2202663be..f29258162 100644 --- a/app/views/admin_general/index.html.erb +++ b/app/views/admin_general/index.html.erb @@ -39,7 +39,7 @@ <% if message.get_body_for_quoting.strip.size == 0 %> <%= link_to "(no body)", admin_request_show_raw_email_path(message.raw_email_id) %> <% else %> - <%= link_to excerpt(message.get_body_for_quoting, "", 60), admin_request_show_raw_email_path(message.raw_email_id) %> + <%= link_to excerpt(message.get_body_for_quoting, "", :radius => 60), admin_request_show_raw_email_path(message.raw_email_id) %> <% end %> </td> <td class="span2"> diff --git a/app/views/request/_sidebar_request_listing.html.erb b/app/views/request/_sidebar_request_listing.html.erb index ec5a5813d..64fe39341 100644 --- a/app/views/request/_sidebar_request_listing.html.erb +++ b/app/views/request/_sidebar_request_listing.html.erb @@ -4,7 +4,7 @@ <%= request_link(info_request) %> </span> <span class="desc"> - <%=h excerpt(info_request.initial_request_text, "", 100) %> + <%=h excerpt(info_request.initial_request_text, "", :radius => 100) %> </span> <span class="bottomline"> <strong> diff --git a/config/httpd-force-ssl.conf-example b/config/httpd-force-ssl.conf.example index 0e89afe62..0e89afe62 100644 --- a/config/httpd-force-ssl.conf-example +++ b/config/httpd-force-ssl.conf.example diff --git a/config/httpd-ssl.conf-example b/config/httpd-ssl.conf.example index 8f099b8a6..8f099b8a6 100644 --- a/config/httpd-ssl.conf-example +++ b/config/httpd-ssl.conf.example |