diff options
author | Derf Null <derf@finalrewind.org> | 2023-06-29 21:54:25 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-06-29 21:54:25 +0200 |
commit | a73e2edc8604c8d83c0a85044ca2fc8ef4108bfb (patch) | |
tree | a47f98c57a8860eccba63ed308f7d54486a2a927 /templates/user_status.html.ep | |
parent | 4f54597c0d3f033a0b4f9d6792905218f0b141de (diff) |
profile: use effective visibility from journey object
Diffstat (limited to 'templates/user_status.html.ep')
-rw-r--r-- | templates/user_status.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_status.html.ep b/templates/user_status.html.ep index 97c10ec..95d2dfa 100644 --- a/templates/user_status.html.ep +++ b/templates/user_status.html.ep @@ -1,6 +1,6 @@ <div class="row"> <div class="col s12 publicstatuscol" data-user="<%= $name %>"> - %= include '_public_status_card', name => $name, privacy => $privacy, journey => $journey, journey_visibility => $journey_visibility + %= include '_public_status_card', name => $name, privacy => $privacy, journey => $journey </div> </div> |