diff --git a/app/views/contracts/index.html.erb b/app/views/contracts/index.html.erb index 7522af2..3253d06 100644 --- a/app/views/contracts/index.html.erb +++ b/app/views/contracts/index.html.erb @@ -15,7 +15,7 @@ <% collection.each do |contract| %> <% content_tag_for(:tr, contract) do %> <%= link_to(h(contract.id), contract_path(@project, contract)) %> - <%= h contract.name %> + <%= link_to(h(contract.name), contract_path(@project, contract)) %> <%= h contract.account_executive.name %> <%= h format_date(contract.end_date) %> <% end %>