Renaming account#history to account#transactions

This commit is contained in:
Rob Harrington
2017-05-26 17:25:10 +10:00
parent 532dc57725
commit 9733bb3a77
2 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

@@ -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')