From 835b51c1de0d49e652fe9c9a60f0974275de070c Mon Sep 17 00:00:00 2001 From: Henare Degan Date: Wed, 27 Feb 2013 10:34:47 +1100 Subject: Rename ALL THE TEMPLATES!!1!!!one!!1!! .rhtml is deprecated in favour of .erb in Rails 3 --- app/views/general/exception_caught.rhtml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 app/views/general/exception_caught.rhtml (limited to 'app/views/general/exception_caught.rhtml') diff --git a/app/views/general/exception_caught.rhtml b/app/views/general/exception_caught.rhtml deleted file mode 100644 index 94b0d0db7..000000000 --- a/app/views/general/exception_caught.rhtml +++ /dev/null @@ -1,24 +0,0 @@ -
- <% if @status == 404 %> -

<%= _("Sorry, we couldn't find that page") %>

- -

<%= _("The page doesn't exist. Things you can try now:")%>

- - - <% else %> -

<%= _("Sorry, there was a problem processing this page") %>

-

<%= _('You have found a bug. Please contact us to tell us about the problem', :contact_url => help_contact_path) %>

- - <% end %> -

<%= _('Technical details') %>

-

<%= h(@exception_class ? @exception_class : _("Unknown")) %>

-

<%= h(@exception_message) %>

-
-- cgit v1.2.3