basic_app/app/views/portlets/render_public/_linkcontent.html.haml
Nicolas Bally d0edf2c394 suite
2020-08-10 12:42:01 +02:00

13 lines
281 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 btn-primay "+("orange" if input.style == "CTA orange").to_s, :target => ("_blank" if input.popup).to_s