Commit dfedbe94e5490dd55bf4d987855dde407378df6b

Authored by AntonioTerceiro
1 parent f9e79118

ActionItem85: displaying error message



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@606 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
app/views/shared/access_denied.rhtml
1 1 <h2> <%= _('Access denied') %> </h2>
  2 +
  3 +<% unless @message.nil? %>
  4 + <p>
  5 + <%= @message %>
  6 + </p>
  7 +<% end %>
... ...