<% @page_name = "#{@error.code}: #{@error.title}!" %> <%= content_for :detail do %>

<%= @error.message %>

<% if @error.code == 403 %>

Your user might not have admin rights, or you might be trying to access a module that you have not been granted permission to.

<% end %>

Requested URL: <%= @error.request_url %>

<% end %> <%= render :template => 'layouts/admin/detail' %>