Move old routes to /p, use /nickname for user profiles
This commit is contained in:
parent
c3c75e0702
commit
6532462b95
13 changed files with 96 additions and 48 deletions
|
@ -19,7 +19,7 @@
|
|||
{{ $t('user_card.follows_you') }}
|
||||
</span>
|
||||
</div>
|
||||
<router-link class='user-screen-name' :to="{ name: 'user-profile', params: { id: user.id } }">
|
||||
<router-link class='user-screen-name' :to="{ name: 'user-profile', params: { name: user.screen_name } }">
|
||||
@{{user.screen_name}}
|
||||
</router-link>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue