_dialog_error_messages.html.erb 325 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 <% javascript_tag do %> close_loading() jQuery('#errorExplanation h2').hide() jQuery('#errorExplanation p').hide() jQuery('#errorExplanation').dialog({ modal: true, width: 600, resizable: false, title: "<%= ui_icon('ui-icon-alert') %>Ops…", }); <% end %> <%= error_messages_for object_name %>