kaps_app/app/views/portlets/render_public/_htmlcontent.html.haml
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

7 lines
223 B
Plaintext

-if admin
%p Contenu HTML : voir le contenu sur la page publique pour visualiser.
-else
-begin
=render :inline => input.content, :type => input.content_type
-rescue Exception=>e
=raw "<br /><br /><br /><br />"