diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-06-16 18:31:39 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-06-16 18:31:39 +0200 |
commit | 8794612208241e57c9660b6b6b3533aa95c7461e (patch) | |
tree | 8602fd6ef3cd5bef17a54c21c8c6e444f461cbb2 | |
parent | 9da7da62c2b5461801e3bd0f8090d8611ab5bd51 (diff) |
timeline: link to status page rather than profile2.14.6
-rw-r--r-- | templates/_public_status_card.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index 33f4236..32b193a 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -8,7 +8,7 @@ Unterwegs mit <%= include '_format_train', journey => $journey %> % } % elsif (stash('from_timeline')) { - <a href="/p/<%= $name %>"><%= $name %></a>: <%= include '_format_train', journey => $journey %> + <a href="/status/<%= $name %>"><%= $name %></a>: <%= include '_format_train', journey => $journey %> % } % else { <a href="/p/<%= $name %>"><%= $name %></a> ist unterwegs |