[Rt-commit] r19240 - rt/3.999/trunk/lib/RT/View
sartak at bestpractical.com
sartak at bestpractical.com
Thu Apr 16 19:36:04 EDT 2009
Author: sartak
Date: Thu Apr 16 19:36:04 2009
New Revision: 19240
Modified:
rt/3.999/trunk/lib/RT/View/CRUD.pm
Log:
Set title in RT::View::CRUD's overridden index.html
Modified: rt/3.999/trunk/lib/RT/View/CRUD.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/View/CRUD.pm (original)
+++ rt/3.999/trunk/lib/RT/View/CRUD.pm Thu Apr 16 19:36:04 2009
@@ -61,6 +61,8 @@
sub current_subtab { shift->current_tab(@_) }
template 'index.html' => page {
+ title => shift->page_title,
+} content {
my $self = shift;
render_mason($self->tab_url, {
More information about the Rt-commit
mailing list