From f38a9e1ff01b696595ea24ed532bbbd68d4fb6c8 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 16 Sep 2016 23:04:47 -0400 Subject: [PATCH] Update view.html.erb --- app/views/customers/view.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/customers/view.html.erb b/app/views/customers/view.html.erb index 26ca5f7..c6284d2 100644 --- a/app/views/customers/view.html.erb +++ b/app/views/customers/view.html.erb @@ -6,6 +6,7 @@
<%= render_issue_subject_with_tree(@issue) %> +<%= distance_of_time_in_words(Time.now, @token.expires_at)

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