Sha256: 5c95a870a3afce1b159655c07738699babe831f19ecfb691ab8dd68b252edfde

Contents?: true

Size: 474 Bytes

Versions: 5

Compression:

Stored size: 474 Bytes

Contents

<%= toolbar(
  buttons: [
    {
      icon: 'back',
      url: request.referer || alchemy.admin_dashboard_path,
      label: _t(:back),
      title: _t(:back),
      hotkey: 'alt-z',
      overlay: false,
      skip_permission_check: true
    }
  ]
) %>

<%= render_message(:error) do %>
  <h1><%= _t('An error happened') %></h1>
  <h2>
    <%= @error.class %>
    <%= @notice %>
  </h2>
  <p>
  <% @trace.each do |line| %>
    <%= line %><br>
  <% end %>
  </p>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_cms-2.6.3 app/views/alchemy/base/500.html.erb
alchemy_cms-2.6.2.1 app/views/alchemy/base/500.html.erb
alchemy_cms-2.6.2 app/views/alchemy/base/500.html.erb
alchemy_cms-2.6.1 app/views/alchemy/base/500.html.erb
alchemy_cms-2.6.0 app/views/alchemy/base/500.html.erb