From: Dobrica Pavlinusic Date: Wed, 16 Jun 2010 19:51:29 +0000 (+0200) Subject: Merge branch 'master' into eval-code X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=c2e3843ba59beecadc0286e9dbfaca978ef2e545;hp=206455e4fe5735cf5d6418f453a6e499da40d22e;p=MojoFacets.git Merge branch 'master' into eval-code --- diff --git a/templates/admin.html.ep b/templates/admin.html.ep index e9b953c..b147dc9 100644 --- a/templates/admin.html.ep +++ b/templates/admin.html.ep @@ -1,7 +1,7 @@
-load -columns +load +columns · items: % foreach my $show ( glob 'templates/data/items/*.html.ep' ) { @@ -12,7 +12,7 @@ items: % if ( $self->can('_export_path') && glob $self->_export_path('*') ) { · -export +export % } @@ -20,16 +20,16 @@ items: -config +config · -changes -actions +changes +actions % if ( session('modified') ) { % my $path = session('path'); · -save +save % }