Sha256: 3438281c6216091a6d7260b73c1fdd38e9bb5e52546536b9c299ee1051068025

Contents?: true

Size: 489 Bytes

Versions: 11

Compression:

Stored size: 489 Bytes

Contents

<%= toolbar(
  buttons: [
    {
      icon: 'back',
      url: request.referer || "#{Alchemy::MountPoint.get}/admin/dashboard",
      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

11 entries across 11 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/views/alchemy/base/500.html.erb
alchemy_cms-2.9.0 app/views/alchemy/base/500.html.erb
alchemy_cms-2.8.3 app/views/alchemy/base/500.html.erb
alchemy_cms-2.7.5 app/views/alchemy/base/500.html.erb
alchemy_cms-2.7.4 app/views/alchemy/base/500.html.erb
alchemy_cms-2.8.2 app/views/alchemy/base/500.html.erb
alchemy_cms-2.8.1 app/views/alchemy/base/500.html.erb
alchemy_cms-2.7.3 app/views/alchemy/base/500.html.erb
alchemy_cms-2.7.2 app/views/alchemy/base/500.html.erb
alchemy_cms-2.7.1 app/views/alchemy/base/500.html.erb
alchemy_cms-2.7.0 app/views/alchemy/base/500.html.erb