From 94656b126a0c22ce1f37564265d05330d689bf5c Mon Sep 17 00:00:00 2001 From: Edmund von der Burg Date: Thu, 24 Feb 2011 17:11:13 +0000 Subject: Remane method and template files - don't want too many index.html files --- perllib/FixMyStreet/App/Controller/About.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'perllib/FixMyStreet/App/Controller/About.pm') diff --git a/perllib/FixMyStreet/App/Controller/About.pm b/perllib/FixMyStreet/App/Controller/About.pm index 42a0ed18e..b444e02bb 100644 --- a/perllib/FixMyStreet/App/Controller/About.pm +++ b/perllib/FixMyStreet/App/Controller/About.pm @@ -16,11 +16,13 @@ Catalyst Controller. =cut -=head2 index +=head2 about + +Show the 'about us' page. =cut -sub index : Path : Args(0) { +sub about : Path : Args(0) { my ( $self, $c ) = @_; # don't need to do anything here - should just pass through. -- cgit v1.2.3