diff --git a/app/templates/admin/communities.html b/app/templates/admin/communities.html index 2fc4a43e..33ae112f 100644 --- a/app/templates/admin/communities.html +++ b/app/templates/admin/communities.html @@ -27,17 +27,17 @@ {% for community in communities.items %} - {{ community.name }} - - {{ community.display_name() }}{% if community.banned %} (banned){% endif %} + {{ community.name }} + + + {{ community.display_name() }}{% if community.banned %} (banned){% endif %} {{ community.topic.name }} {{ community.post_count }} {{ '✓'|safe if community.show_home else '✗'|safe }} {{ '✓'|safe if community.show_popular else '✗'|safe }} {{ '✓'|safe if community.show_all else '✗'|safe }} {{ '⚠'|safe if community.nsfw or community.nsfl or community.content_warning else ''|safe }} - View | - Edit | + Edit | Delete diff --git a/app/templates/admin/topics.html b/app/templates/admin/topics.html index 6df70649..68fa34d1 100644 --- a/app/templates/admin/topics.html +++ b/app/templates/admin/topics.html @@ -9,7 +9,7 @@ {% block app_content %} {% macro render_topic(topic, depth) %} - {{ '--' * depth }} {{ topic['topic'].name }} + {{ '--' * depth }} {{ topic['topic'].name }} {{ topic['topic'].num_communities }} Edit | {% if topic['topic'].num_communities == 0 %} diff --git a/app/templates/admin/users.html b/app/templates/admin/users.html index 24393aec..8e37abe7 100644 --- a/app/templates/admin/users.html +++ b/app/templates/admin/users.html @@ -32,9 +32,10 @@ {% for user in users.items %} - - {{ user.display_name() }} - {{ 'Local' if user.is_local() else 'Remote' }} + + + {{ user.display_name() }} + {% if user.is_local() %}Local{% else %}Remote{% endif %} {% if request.args.get('local_remote', '') == 'local' %} {{ moment(user.last_seen).fromNow() }} {% else %} diff --git a/app/templates/admin/users_trash.html b/app/templates/admin/users_trash.html index e34961c2..65eddf0f 100644 --- a/app/templates/admin/users_trash.html +++ b/app/templates/admin/users_trash.html @@ -34,9 +34,10 @@ {% for user in users.items %} - - {{ user.display_name() }} - {{ 'Local' if user.is_local() else 'Remote' }} + + + {{ user.display_name() }} + {% if user.is_local() %}Local{% else %}Remote{% endif %} {% if request.args.get('local_remote', '') == 'local' %} {{ moment(user.last_seen).fromNow() }} {% else %}