Translate authorized shops headers in account page

This commit is contained in:
Kristina Lim
2018-09-07 18:18:34 +08:00
parent c64acf47ab
commit fc79aae17c
2 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
%table
%tr
%th= t(:shop_title)
%th= t(:allow_charges?)
%th= t(".shop_name")
%th= t(".allow_charges?")
%tr.customer{ id: "customer{{ customer.id }}", ng: { repeat: "customer in customers" } }
%td.shop{ ng: { bind: 'shopsByID[customer.enterprise_id].name' } }
%td.allow_charges