Sha256: 59d1f62bef2877865215fd7f0623e2f47e186d3970d0a0ee5a02ac5b1e656c94

Contents?: true

Size: 389 Bytes

Versions: 1

Compression:

Stored size: 389 Bytes

Contents

closeGenericModal();
<% if @features.any? %>
  // Fill the right box with first enquiry details in the list
  $('#div_feature_index').html("<%= escape_javascript(render(:partial=>'/usman/admin/features/index')) %>");
<% else %>
	var noResultsText = "<%= escape_javascript(theme_panel_message(I18n.translate('forms.no_results')))%>";
  $('#div_feature_index').html(noResultsText);
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
usman-0.1.0 app/views/usman/admin/features/index.js.erb