Convert server side paths to use /u/

This commit is contained in:
Robin Ward
2017-03-28 14:27:54 -04:00
parent 45a257815a
commit 14410b71fb
38 changed files with 82 additions and 80 deletions

View File

@ -7,7 +7,7 @@ widgetTest('basic rendering', {
setup() {
this.set('args', {
username: 'eviltrout',
usernameUrl: '/users/eviltrout',
usernameUrl: '/u/eviltrout',
name: 'Robin Ward',
user_title: 'Trout Master' });
},
@ -26,7 +26,7 @@ widgetTest('extra classes and glyphs', {
setup() {
this.set('args', {
username: 'eviltrout',
usernameUrl: '/users/eviltrout',
usernameUrl: '/u/eviltrout',
staff: true,
admin: true,
moderator: true,