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

Version Path
tb_core-1.3.2 app/views/layouts/admin/error_page.html.erb
tb_core-1.3.1 app/views/layouts/admin/error_page.html.erb
tb_core-1.3.0 app/views/layouts/admin/error_page.html.erb
tb_core-1.3.0.beta2 app/views/layouts/admin/error_page.html.erb
tb_core-1.3.0.beta1 app/views/layouts/admin/error_page.html.erb