From 5545d72adf1d137631ed6f8cef99ebd716579cc7 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 16 Sep 2016 23:11:59 -0400 Subject: [PATCH] Update view.html.erb --- app/views/customers/view.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/customers/view.html.erb b/app/views/customers/view.html.erb index 1ef3525..977fa29 100644 --- a/app/views/customers/view.html.erb +++ b/app/views/customers/view.html.erb @@ -6,7 +6,7 @@
<%= render_issue_subject_with_tree(@issue) %> -Link Expires in: <%= distance_of_time_in_words(Time.now, @token.expires_at) %> +This customer link expires in <%= distance_of_time_in_words(Time.now, @token.expires_at) %>

<%= authoring @issue.created_on, @issue.author %>.