pmr_app/app/views/portlets/render_public/_linkcontent.html.haml
Nicolas Bally 428372d6f9 initial
2016-02-08 10:27:25 +01:00

7 lines
235 B
Plaintext

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