Sha256: ee5cb2a1be1560b08f9d6da50b9264a3a6482e7b72d50bed72fb3155f27c4048
Contents?: true
Size: 462 Bytes
Versions: 38
Compression:
Stored size: 462 Bytes
Contents
// Close Modal if it is opened closeLargeModal(); <% 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