6 lines
194 B
Plaintext

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