joshsoftware/code-curiosity

View on GitHub
app/views/admin/commits/index.js.haml

Summary

Maintainability
Test Coverage
:plain
  $("#commits").html("#{j render(partial: 'commits_table')}"); 
  $('.commits_table').DataTable();
  $(".badge").html("#{@sum}");