Sha256: fcc8ecedc21890887a05106fb99740621d24187194b808d6c34349324145f4a3
Contents?: true
Size: 465 Bytes
Versions: 5
Compression:
Stored size: 465 Bytes
Contents
<%= content_for :content do %> <div class="detail-wrapper"> <h2> <%= @error.code %>: <%= @error.title %>! </h2> <div id="details"> <p><%= @error.message %></p> <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> <p>Requested URL: <%= @error.request_url %></p> </div> </div> <% end %> <%= render :template => 'layouts/admin/application' %>
Version data entries
5 entries across 5 versions & 1 rubygems