diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-04 15:13:09 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-04 15:13:09 +0100 |
commit | 359df931543e985c87514eb84dfc7f31b488e064 (patch) | |
tree | 01ecb68045977d397b49640281c27cfedb06d3b8 /perllib/FixMyStreet/App/Controller/Alert.pm | |
parent | 2025cde75a554048b0d3ac60c70029b98914ed37 (diff) |
and move it all back to index.html as it will make things easier later
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Alert.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Alert.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Alert.pm b/perllib/FixMyStreet/App/Controller/Alert.pm index 73e54a8a2..481512623 100644 --- a/perllib/FixMyStreet/App/Controller/Alert.pm +++ b/perllib/FixMyStreet/App/Controller/Alert.pm @@ -23,7 +23,7 @@ Show the alerts page =cut -sub alert_index :Path :Args(0) { +sub index :Path('') :Args(0) { my ( $self, $c ) = @_; # my $q = shift; |