Name | <%= @vendor.name %> |
---|---|
DBA | <%= @vendor.dba %> |
Address |
<%= @vendor.address_line_1 %><%= ', ' + @vendor.address_line_2 unless @vendor.address_line_2.blank? %>
<%= "#{@vendor.city}, #{@vendor.state} #{@vendor.zip}" %> |
Phone | <%= @vendor.phone %> |
<%= @vendor.email %> | |
TIN | <%= @vendor.tin %> |
Contact Name | <%= @vendor.contact %> |
Participant Name | Start Date | End Date | Actions |
---|---|---|---|
<%= "#{participant.first_name} #{participant.last_name}" %> | <%= contract.start_date.strftime('%B %d, %Y') if contract.start_date %> | <%= contract.end_date.strftime('%B %d, %Y') if contract.end_date %> | <%= link_to participant_path(participant), class: 'btn btn-sm btn-secondary' do %> <% end %> <%= link_to edit_service_contract_path(contract), class: 'btn btn-sm btn-info' do %> <% end %> |
No linked participants.
<% end %>