Guest User

Untitled

a guest
May 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. %tr
  2. %td= link_to "Details", billable
  3. %td= h billable.client.name
  4. %td= h billable.booking.date.to_s(:short)
  5. %td= h billable.agency.name
  6. %td= h billable.job_type.name
  7. %td= h truncate(billable.vendor.name)
  8. %td= h truncate(billable.project.name)
  9. %td= number_to_currency billable.base_rate
  10. %td= number_to_currency billable.gross_rate
  11. %td= number_to_currency billable.commission_rate
  12. %td= number_to_currency billable.outstanding
Add Comment
Please, Sign In to add comment