diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-03 21:32:59 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-03 21:32:59 +0000 |
| commit | d220d620e425ee6128c83229467e3ccac8f3ebf2 (patch) | |
| tree | a1beaab7ea904d7bbc4537082e4749fa58ff95cd /template/altar_user_log.st | |
| parent | 263677a46ee031277fae07109acac17b5ef821c4 (diff) | |
Refactor: dedupe json_tags blockrefactor
Diffstat (limited to 'template/altar_user_log.st')
| -rwxr-xr-x | template/altar_user_log.st | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/template/altar_user_log.st b/template/altar_user_log.st index b3c197c..fe1065b 100755 --- a/template/altar_user_log.st +++ b/template/altar_user_log.st @@ -20,12 +20,7 @@ <span class="content"> $dumps: { d | $log_dump(dump=d)$ }$ </span> - $if(json_tags)$ - <script> - $json_tags: { j | $j$; - }$ - </script> - $endif$ + $json_tags_block(json_tags=json_tags)$ $else$ No dumps! $endif$ |
