ScottKolo/suitesparse-matrix-collection-website

View on GitHub
app/views/groups/show.js.haml

Summary

Maintainability
Test Coverage
- js = escape_javascript(render(partial: 'groups/showlist', 
                                locals: { matrices: @matrices }))
$("#matrix-list").html("#{js}");