class around poster IDs

This commit is contained in:
8chan 2014-09-23 18:17:33 +00:00 committed by czaks
parent c7351dff09
commit 93b30d6829

View File

@ -1,7 +1,7 @@
{% if config.poster_ids %}
{% if post.thread %}
ID: {{ post.ip|poster_id(post.thread) }}
ID: <span class="poster_id">{{ post.ip|poster_id(post.thread) }}</span>
{% else %}
ID: {{ post.ip|poster_id(post.id) }}
ID: <span class="poster_id">{{ post.ip|poster_id(post.id) }}</span>
{% endif %}
{% endif %}