Merge pull request #1255 from shlok007/display-paid-and-unpaid-tickets

Display paid and unpaid tickets in admin/tickets#show
This commit is contained in:
Ana María Martínez Gómez 2017-01-26 16:27:24 +01:00 committed by GitHub
commit 45c3c73e57
3 changed files with 16 additions and 21 deletions

View file

@ -33,5 +33,5 @@
%td
= buyer.affiliation
%td
= @ticket.paid?(buyer)
= @ticket.tickets_paid(buyer)