From a43c7bc90f638c1526274e746823b7aeb912dcaf Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Mon, 24 Jun 2013 16:58:25 -0400 Subject: [PATCH] changed the /latest route to /recent to match the text --- public/templates/config.json | 2 +- public/templates/header.tpl | 2 +- src/webserver.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/templates/config.json b/public/templates/config.json index 61efdeef50..0a1e2b88f9 100644 --- a/public/templates/config.json +++ b/public/templates/config.json @@ -19,7 +19,7 @@ "users[^]*following": "following", "users[^]*followers": "followers", "users/[^]*": "account", - "latest": "category", + "recent": "category", "popular": "category", "active": "category" }, diff --git a/public/templates/header.tpl b/public/templates/header.tpl index 96f1c086bb..7008a9e71f 100644 --- a/public/templates/header.tpl +++ b/public/templates/header.tpl @@ -47,7 +47,7 @@