Sha256: 6cda3456434bcfa156fc772005255557a6df12be183d1fd2666a7620dd2f3fbc

Contents?: true

Size: 247 Bytes

Versions: 1

Compression:

Stored size: 247 Bytes

Contents

<%
  html = render('table', collection: [resource]).match(/<tbody[^>]*>(.*)<\/tbody>/m)[1].html_safe
%>
$wrap = $('#list');
$wrap.prepend('<%= j html %>');
$('#<%= dom_id(resource, 'list') %>').scrollToEl();
$(document).trigger('admin:list_init');

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ab_admin-0.4.0 app/views/admin/base/show.js.erb