10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
<% if defined?(SpreeFancy) %>
|
|
<% content_for :subheader do %>
|
|
<h1><%= t('.unauthorized') %></h1>
|
|
<% end %>
|
|
<% else %>
|
|
<h1><%= t('.unauthorized') %></h1>
|
|
<% end %>
|
|
|
|
<%= t('.explained') %>
|