ScottKolo/suitesparse-matrix-collection-website

View on GitHub
app/views/groups/index.html.haml

Summary

Maintainability
Test Coverage
=provide(:title, "Group Index")
=provide(:description, "SuiteSparse Matrix Collection Group Index")

%h2 Group Index

#group-list
  = render partial: 'groups/list', locals: { groups: @groups }