Show last activity of ordergroups
This commit is contained in:
parent
4cacb740d1
commit
8b8693df5a
4 changed files with 11 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue