added topic status icons to the list
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{*
|
{*
|
||||||
* Amsterdam Web Communities System
|
* 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
|
* 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
|
* 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">
|
<td class="px-4 py-3 text-sm">
|
||||||
<a href="{{ urlStem }}/r/{{ t.Number }}"
|
<a href="{{ urlStem }}/r/{{ t.Number }}"
|
||||||
class="text-blue-700 hover:text-blue-900 font-medium">{{ t.Name | raw }}</a>
|
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>
|
||||||
<td class="px-4 py-3 whitespace-nowrap text-sm text-right">
|
<td class="px-4 py-3 whitespace-nowrap text-sm text-right">
|
||||||
<a href="{{ urlStem }}/r/{{ t.Number }}"
|
<a href="{{ urlStem }}/r/{{ t.Number }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user