Sha256: f065fd8f0af21e9a8263b36d2de6b99f8bb5ed250c6c59e29ca65d51e399bacf
Contents?: true
Size: 407 Bytes
Versions: 24
Compression:
Stored size: 407 Bytes
Contents
<% @page_name = "#{@error.code}: #{@error.title}!" %> <%= content_for :detail do %> <p><%= @error.message %></p> <% if @error.code == 403 %> <p>Your user might not have admin rights, or you might be trying to access a module that you have not been granted permission to.</p> <% end %> <p>Requested URL: <%= @error.request_url %></p> <% end %> <%= render :template => 'layouts/admin/detail' %>
Version data entries
24 entries across 24 versions & 1 rubygems