mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
show community layout on admin list
This commit is contained in:
parent
58c3447a11
commit
ba0f7bac48
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
<th>Topic</th>
|
||||
<th># Posts</th>
|
||||
<th>Retention</th>
|
||||
<th>Layout</th>
|
||||
<th title="{{ _('Posts show on home page.') }}">Home</th>
|
||||
<th title="{{ _('Posts can be popular.') }}">Popular</th>
|
||||
<th title="{{ _('Posts show in the All feed.') }}">All</th>
|
||||
|
@ -36,6 +37,7 @@
|
|||
<td>{{ community.topic.name }}</td>
|
||||
<td>{{ community.post_count }}</td>
|
||||
<td>{{ community.content_retention if community.content_retention != -1 }}</td>
|
||||
<td>{{ community.default_layout if community.default_layout }}</td>
|
||||
<th>{{ '✓'|safe if community.show_home else '✗'|safe }}</th>
|
||||
<th>{{ '✓'|safe if community.show_popular else '✗'|safe }}</th>
|
||||
<th>{{ '✓'|safe if community.show_all else '✗'|safe }}</th>
|
||||
|
|
Loading…
Add table
Reference in a new issue