mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Renaming account#history to account#transactions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
%script{ type: "text/ng-template", id: "account/history.html" }
|
||||
%script{ type: "text/ng-template", id: "account/transactions.html" }
|
||||
.active_table.orders{"ng-controller" => "OrdersCtrl", "ng-cloak" => true}
|
||||
%h3.my-orders= t(:transaction_history)
|
||||
%distributor.active_table_node.row.animate-repeat{"ng-if" => "Orders.orders_by_distributor.length > 0", "ng-repeat" => "(key, distributor) in Orders.orders_by_distributor",
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
= render 'orders'
|
||||
= render 'cards'
|
||||
= render 'history'
|
||||
= render 'transactions'
|
||||
= render 'cards'
|
||||
|
||||
.row.tabset-ctrl#account-tabs{ style: 'margin-bottom: 100px', navigate: 'true', selected: 'orders', prefix: 'account' }
|
||||
@@ -23,7 +23,7 @@
|
||||
%a{ href: 'javascript:void(0)' }=t('.tabs.orders')
|
||||
.small.12.medium-3.columns.tab{ name: "cards" }
|
||||
%a{ href: 'javascript:void(0)' }=t('.tabs.cards')
|
||||
.small.12.medium-3.columns.tab{ name: "history" }
|
||||
.small.12.medium-3.columns.tab{ name: "transactions" }
|
||||
%a{ href: 'javascript:void(0)' }=t('.tabs.transactions')
|
||||
.small.12.medium-3.columns.tab{ name: "details" }
|
||||
%a{ href: 'javascript:void(0)' }=t('.tabs.details')
|
||||
|
||||
Reference in New Issue
Block a user