This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/portlets/render_public/_petitioncontent.html.haml
2021-08-23 10:26:02 +02:00

16 lines
323 B
Plaintext

-begin
-if input.petition and @lang and !admin
-@petition =input.petition
-@petition_lang = @petition.petition_langs.where(:lang_site_id => @lang.id).first
-@signator = @petition.signators.new(:country => "France")
=render :partial => "public/petitions/show"
-else
petition
-rescue
=""