Sha256: 6297157a7d841e80a538adb08b42580d1426310d7a6ecef78bd4aa9644d82d42
Contents?: true
Size: 452 Bytes
Versions: 56
Compression:
Stored size: 452 Bytes
Contents
<% if @r_object %> // Show the details in the large modal var heading = "<%= raw @r_object.try(:display_name) %>"; var bodyContent = "<%= escape_javascript(render(:partial=>"#{@resource_options[:view_path]}/show")) %>"; showGenericModal(heading, bodyContent, false); <% else %> // Showing Growl Like Message notifyError("<%= escape_javascript(@notification[:title]) %>", "<%= escape_javascript(raw(@notification[:message])) %>"); <% end %>
Version data entries
56 entries across 56 versions & 1 rubygems