aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-04 14:16:45 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-04 14:16:45 +0100
commit6bca29716bd28f5724527e7a3037c47c225d0896 (patch)
tree4b0f7d230ab0d79791763d4a274f25de389daa5b
parentff94ce527a2090ab60c33012c086540d7ebf5b5c (diff)
rename index method/template for consistency
-rw-r--r--perllib/FixMyStreet/App/Controller/Alert.pm2
-rw-r--r--templates/web/default/alert/alert_index.html (renamed from templates/web/default/alert/alert.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 3f3dc171b..3e5c4e128 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 :Path :Args(0) {
+sub alert_index :Path :Args(0) {
my ( $self, $c ) = @_;
}
diff --git a/templates/web/default/alert/alert.html b/templates/web/default/alert/alert_index.html
index 12601f2ae..12601f2ae 100644
--- a/templates/web/default/alert/alert.html
+++ b/templates/web/default/alert/alert_index.html