php_app/app/views/portlets/render_public/_linkcontent.html.haml
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +01:00

6 lines
195 B
Plaintext

.link_content
- if input.cible
-url = input.cible.cible_url
-else
-url = ""
=link_to input.name.to_s, url.to_s, :class => "external_link", :target => ("_blank" if input.popup).to_s