Просмотр исходного кода

'Recent Topics' shows last posted time, not created time (#280)

Gordon JC Pearce 8 лет назад
Родитель
Сommit
d964fe16da
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      flaskbb/plugins/portal/templates/index.html

+ 1 - 1
flaskbb/plugins/portal/templates/index.html

@@ -123,7 +123,7 @@
               <a href="{{ url_for('user.profile', username=topic.user.username) }}">{{ topic.user.username }}</a>
             </div>
             <div class="portal-topic-updated">
-              {{ topic.date_created | time_since }}
+              {{ topic.last_updated | time_since }}
             </div>
           </div> <!-- /.topic -->