added topic status icons to the list

This commit is contained in:
2026-01-12 23:25:44 -07:00
parent 6449f2d24e
commit 4c1f2184df
+9 -1
View File
@@ -1,6 +1,6 @@
{*
* Amsterdam Web Communities System
* Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved
* Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -84,6 +84,14 @@
<td class="px-4 py-3 text-sm">
<a href="{{ urlStem }}/r/{{ t.Number }}"
class="text-blue-700 hover:text-blue-900 font-medium">{{ t.Name | raw }}</a>
{{ if t.Sticky }}
<span class="text-lg" title="Sticky">📌</span>
{{ end }}
{{ if t.Archived && view != 5 }}
<span class="text-lg" title="Archived">🗄️</span>
{{ else if t.Frozen }}
<span class="text-lg" title="Frozen">🧊</span>
{{ end }}
</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-right">
<a href="{{ urlStem }}/r/{{ t.Number }}"