Each user activity filter has its own URL now.

This commit is contained in:
Robin Ward
2013-07-16 16:16:37 -04:00
parent 3238e0caa4
commit 19f3a8d640
28 changed files with 388 additions and 277 deletions

View File

@@ -50,7 +50,6 @@ test("fmt", function() {
test("url without a prefix", function() {
var t = testClass.create({ username: 'eviltrout' });
equal(t.get('userUrl'), "/users/eviltrout");
});
test("url with a prefix", function() {