Sha256: 579f0b5a40cb94aa66619f81fbfb371579d1a74ce486da0b9dd40a25295427d5
Contents?: true
Size: 464 Bytes
Versions: 38
Compression:
Stored size: 464 Bytes
Contents
// Close Modal if it is opened closeGenericModal(); <% if @r_objects.any? %> // Refresh the list $('#div_<%= @resource_options[:item_name] %>_index').html("<%= escape_javascript(render(:partial=>"#{@resource_options[:view_path]}/index")) %>"); <% else %> var noResultsText = "<%= escape_javascript(theme_panel_message(I18n.translate('success.no_results_found')))%>"; $('#div_<%= @resource_options[:item_name] %>_index').html(noResultsText); <% end %>
Version data entries
38 entries across 38 versions & 1 rubygems