diff --git a/app/views/customers/view.html.erb b/app/views/customers/view.html.erb index 70cfb18..1ef3525 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) +Link Expires in: <%= distance_of_time_in_words(Time.now, @token.expires_at) %>

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