_dialog_error_messages.rhtml 316 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(:alert) %>Ops…", }); <% end %> <%= error_messages_for object_name %>