Mark unlisted posts
There was a bug where unlisted posts would not have a marker next to them to show they are unlisted.
This commit is contained in:
parent
069c75b72e
commit
68561443a5
|
@ -1,6 +1,6 @@
|
|||
|
||||
<tr><td>
|
||||
<% if unlisted then %>
|
||||
<% if story.unlisted then %>
|
||||
⛔
|
||||
<% end %>
|
||||
</td><td>
|
||||
|
|
Loading…
Reference in New Issue