Rename RSS category label to 'RSS' (keep '+ New RSS Bot'); move RSS below File Upload
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% import "_macros.html" as ui %}
|
||||
{% block title %}{{ 'Business Groups' if tab == 'businesses' else ('RSS Bots' if tab == 'rss-bots' else tab | title) }} — SimpleX Manager{% endblock %}
|
||||
{% block title %}{{ 'Business Groups' if tab == 'businesses' else ('RSS' if tab == 'rss-bots' else tab | title) }} — SimpleX Manager{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<style>
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
{% block content %}
|
||||
{% set new_label = 'User' if tab == 'users' else ('Business Group' if tab == 'businesses' else ('RSS Bot' if tab == 'rss-bots' else 'Bot')) %}
|
||||
{% set page_title = 'Business Groups' if tab == 'businesses' else ('RSS Bots' if tab == 'rss-bots' else tab | title) %}
|
||||
{% set page_title = 'Business Groups' if tab == 'businesses' else ('RSS' if tab == 'rss-bots' else tab | title) %}
|
||||
<div class="flex-between" style="margin-bottom: 24px;">
|
||||
<h1 style="margin:0;">{{ page_title }}</h1>
|
||||
<button class="btn btn-primary" onclick="openCreate()">
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
{% if tab == 'rss-bots' %}
|
||||
<div class="card bot-types-card" style="margin-bottom:24px;">
|
||||
<h2 style="font-size:15px;margin-bottom:8px;">RSS Bots</h2>
|
||||
<h2 style="font-size:15px;margin-bottom:8px;">RSS</h2>
|
||||
<p class="muted" style="font-size:13px;">
|
||||
RSS bots read from an RSS/Atom feed and post new items to a channel. To receive a feed,
|
||||
share the bot's <strong>channel</strong> link with subscribers — open the bot and copy its
|
||||
|
||||
Reference in New Issue
Block a user