aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-30 18:17:34 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-30 18:17:34 +0000
commit68404faadbc484a8ec707d795734ec51fba7c154 (patch)
treebf8306a321ba17acfdaef9ec9b23507de2457d01 /lib/ComponentUI
parent7c2bcb55574ebbea6c51b67b5994149400da4895 (diff)
downloadreaction-68404faadbc484a8ec707d795734ec51fba7c154.tar.gz
reaction-68404faadbc484a8ec707d795734ec51fba7c154.zip
=extends NEXT in widgets works
Diffstat (limited to 'lib/ComponentUI')
-rw-r--r--lib/ComponentUI/Controller/Root.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ComponentUI/Controller/Root.pm b/lib/ComponentUI/Controller/Root.pm
index 2e2a181..4113a73 100644
--- a/lib/ComponentUI/Controller/Root.pm
+++ b/lib/ComponentUI/Controller/Root.pm
@@ -22,7 +22,7 @@ sub base :Chained('/') :PathPart('') :CaptureArgs(0) {
my ($self, $c) = @_;
$self->push_viewport(SiteLayout,
title => 'ComponentUI test title',
- static_base_uri => "${\$c->uri_for('static')}",
+ static_base_uri => "${\$c->uri_for('/static')}",
);
}