From 6ed649bc8a261fd95d19dfc865770466eaaea74c Mon Sep 17 00:00:00 2001
From: James Cole <thegrumpydictator@gmail.com>
Date: Fri, 30 Jan 2015 18:40:30 +0100
Subject: [PATCH] Update list of what currency support there is in Firefly.

---
 app/views/currency/index.blade.php | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/app/views/currency/index.blade.php b/app/views/currency/index.blade.php
index fdbe0e66ea..be3662c948 100644
--- a/app/views/currency/index.blade.php
+++ b/app/views/currency/index.blade.php
@@ -43,25 +43,11 @@
                         <li>Set the default currency display;</li>
                         <li>Set the default currency for new transactions;</li>
                         <li>Add, modify and remove supported currencies.</li>
+                        <li>Display the actual currency of a transaction</li>
+                        <li>Update a transaction's currency.</li>
                     </ul>
                 </div>
             </div>
-            <div class="panel panel-red">
-                <div class="panel-heading">
-                    Not supported yet
-                </div>
-                <div class="panel-body">
-                    <ul>
-                        <li>Display the actual currency of a transaction<br />
-                            <small>See the help-page.</small></li>
-                        <li>
-                            Update a transaction's currency.
-                        </li>
-
-                    </ul>
-
-                </div>
-            </div>
         </div>
     </div>
 @stop