Update view.html.erb

This commit is contained in:
2016-09-16 23:05:23 -04:00
committed by GitHub
parent f38a9e1ff0
commit 5209315236

View File

@@ -6,7 +6,7 @@
<div class="subject">
<%= render_issue_subject_with_tree(@issue) %>
<%= distance_of_time_in_words(Time.now, @token.expires_at)
Link Expires in: <%= distance_of_time_in_words(Time.now, @token.expires_at)
</div>
<p class="author">
<%= authoring @issue.created_on, @issue.author %>.