From 14e3728183e1b67e74ac9f4d3f3441fb908b3a33 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Sun, 30 Dec 2007 20:34:08 -0600 Subject: [PATCH] A Tweak to the Error-Page Layout --- app/views/layouts/error.html.erb | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/app/views/layouts/error.html.erb b/app/views/layouts/error.html.erb index 22c4fc2c..421396e0 100644 --- a/app/views/layouts/error.html.erb +++ b/app/views/layouts/error.html.erb @@ -8,8 +8,6 @@ - <%= javascript_include_tag 'page_helper' %> - - <%= javascript_include_tag :defaults %> - <% if @web %> - <%= auto_discovery_link_tag(:atom, :controller => 'wiki', :web => @web.address, :action => 'atom_with_headlines') %> - <%= auto_discovery_link_tag(:atom, :controller => 'wiki', :web => @web.address, :action => 'atom_with_content') %> - <% end %> -
-
+

<%= h headers['Status'] %>

+
<%= h @content_for_layout %> -
+
-
+