Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 11, 2016
1 parent 02ce0d9 commit fc42255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/401.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% message = SiteSetting.send '«Restricted_Files»_Mesage_To_Unauthenticated' %>
<% if not message.empty? %>
<%= raw message %>
<%= raw PrettyText.cook(message) %>
<% else %>
A message to unauthenticated (anonymous, not logged in) users.
<br/>You can use <b>HTML tags</b> here, including a link to a payment page.
Expand Down
2 changes: 1 addition & 1 deletion app/views/403.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% message = SiteSetting.send '«Restricted_Files»_Mesage_To_Unauthorized' %>
<% if not message.empty? %>
<%= raw message %>
<%= raw PrettyText.cook(message) %>
<% else %>
A message to unauthorized users.
<br/>You can use <b>HTML tags</b> here, including a link to a payment page.
Expand Down

0 comments on commit fc42255

Please sign in to comment.