cris_app/app/views/portlets/render_public/_titlecontent.html.haml
Nicolas Bally 56551075f0 titres
2014-11-09 23:33:31 +01:00

9 lines
219 B
Plaintext

-level = (input.level || "1").to_s
-if admin
=raw '<h'+level+" class='title_content_inline' data-title-id='"+sanitize(input.id.to_s)+"'>"
-else
=raw '<h'+level+" >"
=sanitize input.content
=raw '</h'+level+" >"