suitepro/app/views/common/error.html.erb
2018-02-02 22:19:29 +01:00

8 lines
205 B
Text

<h2><%= @status %></h2>
<% if @message.present? %>
<p id="errorExplanation"><%= @message %></p>
<% end %>
<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
<% html_title @status %>