7 lines
195 B
Text
7 lines
195 B
Text
<% @title = t ".title" %>
|
|
|
|
<% content_for :heading do %>
|
|
<h1><%= t ".heading" %></h1>
|
|
<% end %>
|
|
|
|
<%= t ".body_html", :webmaster => link_to(t(".support"), "mailto:#{Settings.support_email}") %>
|