-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#659] Updated comment.time to comment.created_at in templates and views
- Loading branch information
1 parent
35b2724
commit 912ec71
Showing
3 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ <h2>{% trans 'All comments' %}</h2> | |
<p style="margin:0;"> | ||
{{c.comment|capfirst}}<br /> | ||
<span class="grey small"> | ||
{{c.user.get_full_name}}, {{c.time|date:"Y-m-d H:i"}}, | ||
{{c.user.get_full_name}}, {{c.created_at|date:"Y-m-d H:i"}}, | ||
<a href="mailto:[email protected]?subject={% blocktrans with project.id as p_id and c.id as c_id %}Comment%20abuse%20in%20project%20%23{{p_id}}%2C%20comment%20#{{c_id}}{% endblocktrans %}">{% trans 'Report abuse' %}</a> | ||
</span> | ||
</p> | ||
|