ozfortress/citadel

View on GitHub
app/views/leagues/matches/comms/edits.html.haml

Summary

Maintainability
Test Coverage
= render 'shared/head', heading: present(@match).link, subheading: 'Match comm edits'

%hr

- @edits.each do |comm_edit|
  = render 'comm_edit', match: @match, comm: comm_edit, class: 'mb-3'