diff options
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Alert.pm | 2 | ||||
-rw-r--r-- | templates/web/default/alert/index.html (renamed from templates/web/default/alert/alert_index.html) | 0 |
2 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; diff --git a/templates/web/default/alert/alert_index.html b/templates/web/default/alert/index.html index 12601f2ae..12601f2ae 100644 --- a/templates/web/default/alert/alert_index.html +++ b/templates/web/default/alert/index.html |