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

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

Minor: <%= @contract.cosigner %>

Boilerplate: <%=@contract.boilerplate %>

Signature:

Date Signed: <%=h @contract.datesigned %>

Hash: <%=h @contract.signinghash %>

Verification: <%=Digest::SHA1.hexdigest @contract.boilerplate+@contract.signature+@contract.datesigned.to_s%>

<%= link_to 'Edit', edit_contract_path(@contract) %> | <%= link_to 'Back', contracts_path %>