From b233acfd6453e9e0d62a38819a3b5a2c263410d6 Mon Sep 17 00:00:00 2001 From: Finn Date: Thu, 15 Mar 2018 13:38:06 +0000 Subject: [PATCH] made changes to still have status view from delete --- CHANGELOG.md | 4 ++-- templates/admin/transactions/index.html.ep | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 018820c..6c5a462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ # v0.10.5 -* **Admin Feature** Removed generic Transaction List -* **Admin Feature** Amended user view to have accordion +* **Admin Fix** Removed generic Transaction List +* **Admin Fix** Amended user view to have accordion # v0.10.4 diff --git a/templates/admin/transactions/index.html.ep b/templates/admin/transactions/index.html.ep index 3804baf..9ed00f1 100644 --- a/templates/admin/transactions/index.html.ep +++ b/templates/admin/transactions/index.html.ep @@ -2,3 +2,12 @@ % title 'Transactions'; % content_for javascript => begin % end +% if ( my $error = flash 'error' ) { + +% } elsif ( my $success = flash 'success' ) { + +% }