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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Feb 18 02:34:20 EST 2009


The branch, master has been updated
       via  691c5562ad7fe9df4b9c03286e1e2e74665711ec (commit)
      from  0981189b99ef9599b4a16287188e20129e4df78c (commit)

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

- Log -----------------------------------------------------------------
commit 691c5562ad7fe9df4b9c03286e1e2e74665711ec
Author: sunnavy <sunnavy at gmail.com>
Date:   Wed Feb 18 15:33:59 2009 +0800

    tiny fix of the "show ticket" part in nav

diff --git a/lib/App/SD/Server/Dispatcher.pm b/lib/App/SD/Server/Dispatcher.pm
index f1db8a1..c7b313f 100644
--- a/lib/App/SD/Server/Dispatcher.pm
+++ b/lib/App/SD/Server/Dispatcher.pm
@@ -16,7 +16,7 @@ on qr'.' => sub {
 on qr'.' => sub {
     my $self = shift;
     my $tickets = $self->server->nav->child( tickets => label => 'Tickets', url => '/');
-    $tickets->child( go => label => '<form method="GET" action="/ticket"><a href="#">Show ticket # <input type=text name=id size=3></a></form>', escape_label => 0) unless($self->server->static);
+    $tickets->child( go => label => '<form method="GET" action="/ticket/"><a href="#">Show ticket # <input type=text name=id size=3></a></form>', escape_label => 0) unless($self->server->static);
 
 
     my $milestones = $tickets->child( milestones => label => 'Milestones', url => '/milestones');

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



More information about the Bps-public-commit mailing list