13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
<% content_for(:page_title) do %>
|
|
Error
|
|
<% end %>
|
|
|
|
<h1><%= @message %></h1>
|
|
<% if Rails.env.production? %>
|
|
<% if @log_code.present? %>
|
|
<h3>Log Code: <%= @log_code %></h3>
|
|
<% end %>
|
|
<% else %>
|
|
<%= @backtrace %>
|
|
<% end %>
|