marnen/duckbill

View on GitHub
app/views/invoices/_invoice.html.haml

Summary

Maintainability
Test Coverage
%tr
  %td= link_to invoice.number, invoice
  %td= cell(:formatted_date, date: invoice.created_at).call
  %td= render_cell :project_link, :show, invoice: invoice