Update view.html.erb

This commit is contained in:
2016-09-16 23:07:05 -04:00
committed by GitHub
parent f3e9b58c87
commit b7152d6124

View File

@@ -6,7 +6,7 @@
<div class="subject">
<%= 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) %>
</div>
<p class="author">
<%= authoring @issue.created_on, @issue.author %>.