Sha256: 549763627262cdd2d7f5991c005543b34b4341be8da6929a05aa03b7fe7bf668

Contents?: true

Size: 524 Bytes

Versions: 10

Compression:

Stored size: 524 Bytes

Contents

<%= toolbar(
  buttons: [
    {
      icon: 'back',
      url: request.referer || "#{Alchemy::MountPoint.get}/admin/dashboard",
      label: Alchemy.t(:back),
      title: Alchemy.t(:back),
      hotkey: 'alt+z',
      dialog: false,
      skip_permission_check: true
    }
  ], search: false
) %>

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
alchemy_cms-3.4.2 app/views/alchemy/base/500.html.erb
alchemy_cms-3.4.1 app/views/alchemy/base/500.html.erb
alchemy_cms-3.3.3 app/views/alchemy/base/500.html.erb
alchemy_cms-3.3.2 app/views/alchemy/base/500.html.erb
alchemy_cms-3.4.0 app/views/alchemy/base/500.html.erb
alchemy_cms-3.4.0.rc1 app/views/alchemy/base/500.html.erb
alchemy_cms-3.3.1 app/views/alchemy/base/500.html.erb
alchemy_cms-3.3.0 app/views/alchemy/base/500.html.erb
alchemy_cms-3.3.0.rc2 app/views/alchemy/base/500.html.erb
alchemy_cms-3.3.0.rc1 app/views/alchemy/base/500.html.erb