mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 06:23:35 -04:00
#238 [admin] optimise the list of users, pagination and all - fix
This commit is contained in:
parent
689a032182
commit
de281bd928
@ -52,7 +52,7 @@
|
||||
|
||||
<template v-slot:row="s">
|
||||
<td>
|
||||
<a :href="'https://pronouns.page/@ + s.el.username'">@{{s.el.username}}</a>
|
||||
<a :href="'https://pronouns.page/@' + s.el.username">@{{s.el.username}}</a>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user