diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-02 12:23:02 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-02 12:23:02 +0200 |
| commit | 0d5738a2bc9dd4f5edf582f7cea3614bcbb44842 (patch) | |
| tree | 1ddb7845d85ff5126e33c3e72cbcc18c2f31b511 /views/list/item.php | |
| parent | 14c84a83bcad285219539821647ee2d988eabaa8 (diff) | |
| download | nowayforward_human-0d5738a2bc9dd4f5edf582f7cea3614bcbb44842.tar nowayforward_human-0d5738a2bc9dd4f5edf582f7cea3614bcbb44842.tar.gz nowayforward_human-0d5738a2bc9dd4f5edf582f7cea3614bcbb44842.zip | |
feat!(views): Rename profile to user
Diffstat (limited to 'views/list/item.php')
| -rw-r--r-- | views/list/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/list/item.php b/views/list/item.php index 6316669..17a6a59 100644 --- a/views/list/item.php +++ b/views/list/item.php @@ -4,7 +4,7 @@ <h2> <?= $list->Name ?> </h2> - <a href="<?= '/profile/' . $user->Username ?>" class="float-right"> + <a href="<?= '/user/' . $user->Username ?>" class="float-right"> <?= $user->Username ?> </a> </div> |
