$(document).on('turbolinks:load', function() {
  if ($("#main .tablesorter").length) {
    TW.views.shared.list.init();
  }
});