Show last activity of ordergroups

This commit is contained in:
Patrick Gansterer 2016-02-18 00:00:55 +01:00 committed by wvengen
parent 4cacb740d1
commit 8b8693df5a
4 changed files with 11 additions and 1 deletions

View file

@ -7,6 +7,7 @@
%tr
%th= heading_helper Ordergroup, :name
%th= heading_helper Ordergroup, :user_tokens
%th= heading_helper Ordergroup, :last_user_activity
%th= heading_helper Ordergroup, :last_order
%tbody
@ -14,5 +15,5 @@
%tr
%td= ordergroup.name
%td=h ordergroup.users.collect { |u| show_user(u) }.join(", ")
%td= format_date ordergroup.last_user_activity
%td= format_date ordergroup.last_order.try(:starts)