[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. be9dd9d9d756d277d64dd51c49d50c393c77ebb6

jesse jesse at bestpractical.com
Mon Jan 26 21:44:26 EST 2009


The branch, master has been updated
       via  be9dd9d9d756d277d64dd51c49d50c393c77ebb6 (commit)
      from  8229a5560c9b338a2e28c079e7c6e73b9c5739fb (commit)

Summary of changes:
 lib/App/SD/Server/View.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit be9dd9d9d756d277d64dd51c49d50c393c77ebb6
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Jan 26 21:43:56 2009 -0500

    Forgot to switch labels for Due and Created columns when refactoring ui

diff --git a/lib/App/SD/Server/View.pm b/lib/App/SD/Server/View.pm
index 228833e..66500f4 100644
--- a/lib/App/SD/Server/View.pm
+++ b/lib/App/SD/Server/View.pm
@@ -679,8 +679,8 @@ private template 'ticket_list' => sub {
                 th {'Component'};
                 th {'Owner'};
                 th {'Reporter'};
-                th {'Created'};
                 th {'Due'};
+                th {'Created'};
             }
         };
         tbody {

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list