marnen/duckbill

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

Summary

Maintainability
Test Coverage
%tr
  %td.date= cell(:formatted_date, date: time_entry.date).call
  %td.description= time_entry.description
  %td.hours= time_entry.hours
  %td.notes= time_entry.notes