From 4a41d6107d0b2fb44ef0d1c1f60e1e662c0d0ed6 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Tue, 13 Dec 2011 21:44:11 -0700 Subject: [PATCH] Added name to contracts/show --- app/views/contracts/show.html.erb | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 %>