Sha256: f3238b6311c4ffd474cf465251826900de0134807297474e9dc8ebc54e7d14fe

Contents?: true

Size: 635 Bytes

Versions: 2

Compression:

Stored size: 635 Bytes

Contents

<%% if @<%= instances_name %>.any? %>

	// Fill the right box with first <%= instance_name %> details in the list
	$('#div_<%= instance_name %>_details').html("<%%= escape_javascript(render(:partial=>'show')) %>");

	// Rendering the item list
	$('#div_<%= instance_name %>_index').html("<%%= escape_javascript(render(:partial=>"index")) %>");

<%% else %>

  var noResultsText = "<div class=\"box text-color-grey p-80 text-align-center\" style=\"height:200px;\">No <%= instances_title %> found.</div>";
	$('#div_<%= instance_name %>_details').html(noResultsText);
	$('#div_<%= instance_name %>_index').html(noResultsText);

<%% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
humdrum-rails-0.1.3 lib/rails/generators/humdrum/resource/templates/views/gumby/resource/index.js.erb
humdrum-rails-0.1.2 lib/rails/generators/humdrum/resource/templates/views/gumby/resource/index.js.erb