|
@@ -48,7 +48,7 @@
|
|
|
<li>
|
|
|
<li class="tooltip-bottom" title="{% blocktrans with last_post=thread.last_post_on %}Last post from {{ last_post }}{% endblocktrans %}">
|
|
|
<span class="fa fa-clock-o"></span>
|
|
|
- <abbr class="dynamic time-ago" data-timestamp="{{ forum.last_post_on|date:"c" }}">
|
|
|
+ <abbr class="dynamic time-ago" data-timestamp="{{ thread.last_post_on|date:"c" }}">
|
|
|
{{ thread.last_post_on|date }}
|
|
|
</abbr>
|
|
|
</li>
|