Skip to content

Commit

Permalink
test: probed to add display of flag ID
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhoswe committed Feb 23, 2025
1 parent a897199 commit 7be5ae4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nodebb-theme-harmony/templates/partials/topic/post.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@
</div>
{{{ end }}}
<div class="d-flex align-items-center gap-1 flex-grow-1 justify-content-end">
<a> Test post</a>
<a> Flag ID: {posts.flagId}</a>
{{{ if posts.flag }}}
<a> Test post </a>
{{{ end }}}

<span class="bookmarked opacity-0 text-primary"><i class="fa fa-bookmark-o"></i></span>
<a href="{config.relative_path}/post/{./pid}" class="post-index text-muted d-none d-md-inline">#{increment(./index, "1")}</a>
</div>
Expand Down

0 comments on commit 7be5ae4

Please sign in to comment.