abritium_app/app/views/portlets/render_public/_linkcontent.html.haml
Nicolas Bally a92bd4db72 initial
2019-05-08 11:30:56 +02:00

13 lines
270 B
Plaintext

-@lang = @lang || LangSite.first
- if input.cible
-url = input.cible.cible_url(@lang)
-else
-url = ""
=link_to input.name.to_s, url.to_s, :class => "external_link btn "+("orange" if input.style == "CTA orange").to_s, :target => ("_blank" if input.popup).to_s