<% if @create %> window.location.href = '<%= photos_public_annonce_path(@annonce, :create => true) %>'; <% else %> window.location.href = '<%= public_annonce_path(@annonce) %>'; <% end %>