socialforge/app/views/common/error.html.erb

9 lines
207 B
Plaintext
Raw Normal View History

2013-08-01 10:33:49 +08:00
<h3><%=h @status %></h3>
<% if @message.present? %>
<p id="errorExplanation"><%=h @message %></p>
<% end %>
<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
<% html_title @status %>