Sha256: 397a7805d2c2783cd832a072ed80d463b03e5690de06930e2ebd1a567e941f8d

Contents?: true

Size: 691 Bytes

Versions: 56

Compression:

Stored size: 691 Bytes

Contents

<% if @destroyed %>
  
  // Removing the item from the list
  $('#tr_<%= @resource_options[:item_name] %>_<%= @r_object.id %>').remove();

  // Closing the modal if it is opened
  closeGenericModal();

  // Showing Growl Like Message
  notifySuccess("<%= escape_javascript(@notification[:title]) %>", "<%= escape_javascript(@notification[:message]) %>");
  
<% else %>
  
  // Show the error in a modal
	showMessageModal("<%= escape_javascript(@notification[:title]) %>", "<%= escape_javascript(@notification[:message]) %>");

  // Showing Growl Like Message
  notifyError("<%= escape_javascript(@notification[:title]) %>", "<%= escape_javascript(@notification[:message]) %>");

<% end %>


Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
kuppayam-0.1.32 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.31 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.30 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.29 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.28 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.27 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.26 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.25 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.24 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.23 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.22 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.21 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.20 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.19 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.18 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.17 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.16 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.15 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.14 app/views/kuppayam/workflows/parrot/destroy.js.erb
kuppayam-0.1.13 app/views/kuppayam/workflows/parrot/destroy.js.erb