diff --git a/app/views/contracts/show.html.erb b/app/views/contracts/show.html.erb index 92815d3..1ecdb5d 100644 --- a/app/views/contracts/show.html.erb +++ b/app/views/contracts/show.html.erb @@ -1,9 +1,6 @@
First Name: <%= @contract.signer.first_name %> -
-- Last Name: <%= @contract.signer.last_name %>
@@ -12,26 +9,20 @@
- 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%>