<% if @shared_response %>
  alert("<%= _("Data saved correctly") %>");
  $("#shared_location-tab").click();
<% else %>
  alert("<%= @shared.errors.messages %>");
<% end %>
