Simplify game-less rewards page description and tidy feed link ordering
All checks were successful
Deploy to Server / deploy (push) Successful in 25s
All checks were successful
Deploy to Server / deploy (push) Successful in 25s
This commit is contained in:
parent
dbc36db1e0
commit
b9d2852af7
1 changed files with 2 additions and 8 deletions
|
|
@ -25,22 +25,16 @@
|
|||
<div>
|
||||
<a href="{% url 'twitch:dashboard' %}">Twitch</a> > <a href="{% url 'twitch:reward_campaign_list' %}">Reward Campaigns</a> > Brand & Site-wide
|
||||
</div>
|
||||
<p>
|
||||
Reward campaigns not tied to a specific Twitch game. These include
|
||||
<strong>brand-specific</strong> campaigns (e.g., Minecraft, DOORS) and
|
||||
truly <strong>site-wide</strong> Twitch quests.
|
||||
</p>
|
||||
<p>Reward campaigns not tied to a specific Twitch game.</p>
|
||||
<!-- Feeds and links -->
|
||||
<div>
|
||||
<a href="{% url 'core:docs_rss' %}" title="RSS feed documentation">[explain]</a>
|
||||
<a href="{% url 'core:game_less_reward_feed' %}"
|
||||
title="RSS feed for all game-less rewards">[rss]</a>
|
||||
<a href="{% url 'core:game_less_reward_feed_atom' %}"
|
||||
title="Atom feed for all game-less rewards">[atom]</a>
|
||||
<a href="{% url 'core:game_less_reward_feed_discord' %}"
|
||||
title="Discord feed for all game-less rewards">[discord]</a>
|
||||
<a href="{% url 'core:docs_rss' %}" title="RSS feed documentation">[explain]</a>
|
||||
<a href="{% url 'twitch:sitewide_rewards' %}"
|
||||
title="View only site-wide rewards">[sitewide only]</a>
|
||||
</div>
|
||||
</header>
|
||||
{% if active_campaigns %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue