diff --git a/app/views/contracts/show.html.erb b/app/views/contracts/show.html.erb index 027663c..5b2c9eb 100644 --- a/app/views/contracts/show.html.erb +++ b/app/views/contracts/show.html.erb @@ -1,3 +1,16 @@ +

+ First Name: + <%= @contract.first_name %> +

+

+ Last Name: + <%= @contract.last_name %> +

+

+ Minor: + <%= @contract.cosigner %> +

+

Boilerplate: <%=@contract.boilerplate %>