<%= content_for :content do %>

<%= @error.code %>: <%= @error.title %>!

<%= @error.message %>

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

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

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