Skip to content
This repository was archived by the owner on Jan 31, 2018. It is now read-only.

Commit 21505b3

Browse files
committed
[bug 994224] Fix the datestamp on the response details page
1 parent 3a77944 commit 21505b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fjord/analytics/templates/analytics/response.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2>{{ _('Response id: {id}')|f(id=response.id) }}</h2>
3636
{% set created_date = to_date_string(response.created) %}
3737
<a href="{{ url('dashboard')|urlparams(date_start=created_date, date_end=created_date) }}">
3838
<time datetime="{{ created_date }}-08:00" title="{{ created_date }} PST">
39-
{{ response.created|naturaltime }}
39+
{{ response.created }} ({{ response.created|naturaltime }})
4040
</time>
4141
</a>
4242
</dd>

0 commit comments

Comments
 (0)