feat(alerting): changed name of root Alerts nav item and page from Alerts to Alerting

This commit is contained in:
Torkel Ödegaard
2016-06-06 09:17:29 +02:00
parent f36a44c49a
commit 70cb8400c3
10 changed files with 18 additions and 23 deletions

View File

@@ -58,8 +58,7 @@ func Register(r *macaron.Macaron) {
r.Get("/playlists/", reqSignedIn, Index)
r.Get("/playlists/*", reqSignedIn, Index)
r.Get("/alerts/", reqSignedIn, Index)
r.Get("/alerts/*", reqSignedIn, Index)
r.Get("/alerting/", reqSignedIn, Index)
// sign up
r.Get("/signup", Index)