diff --git a/src/Template/StateUsers/view.ctp b/src/Template/StateUsers/view.ctp index a220724fc..480f82794 100644 --- a/src/Template/StateUsers/view.ctp +++ b/src/Template/StateUsers/view.ctp @@ -54,17 +54,18 @@ - + transaction_creations as $transactionCreations): //var_dump($transactionCreations); $txHash = bin2hex(stream_get_contents($transactionCreations->transaction->tx_hash)); + $memo = $transactionCreations->transaction->memo; ?> Html->link(substr($txHash, 0, 12) . '...', ['controller' => 'Transactions', 'action' => 'view', $transactionCreations->transaction_id], ['title' => $txHash] ) ?> transaction->received) ?> element('printGradido', ['number' =>$transactionCreations->amount]) ?> - ident_hash)), 0, 6)) ?> + Html->link(__('View'), ['controller' => 'TransactionCreations', 'action' => 'view', $transactionCreations->id]) ?> Html->link(__('Edit'), ['controller' => 'TransactionCreations', 'action' => 'edit', $transactionCreations->id]) ?>