Closed GoogleCodeExporter closed 9 years ago
At least one change found: in templates
$self->render( 'elem/titleb', intent => 'browse', partial => 1 )
is in current Mojolicious
$self->render_to_string( 'elem/titleb', intent => 'browse' )
Original comment by heikki.s...@gmail.com
on 21 Jul 2014 at 5:46
5.0 2014-05-29 - Replaced reserved stash value partial with render_to_string
method.
Original comment by heikki.s...@gmail.com
on 21 Jul 2014 at 5:48
Fixed by making the mentioned change to all templates that had partial
rendering.
Original comment by heikki.s...@gmail.com
on 21 Jul 2014 at 7:02
Original issue reported on code.google.com by
heikki.s...@gmail.com
on 21 Jul 2014 at 5:45