Name | User | Date | |
---|---|---|---|
<%= contract.last_name %>, <%= contract.first_name %> | <%= link_to contract.user.name, contract.user if contract.user %> | <%= contract.signed_at.to_date.to_s(:long) %> | <%= link_to "View", contract, class: "btn btn-primary" %> <%= link_to "Edit", edit_contract_path(contract), class: "btn btn-default" %> |