Skip to content

Commit

Permalink
Merge pull request #7042 from PennyDreadfulMTG/tipped
Browse files Browse the repository at this point in the history
Don't claim to be as big as Modern always
  • Loading branch information
vorpal-buildbot committed Feb 10, 2020
2 parents ea77b8e + 9ca43e3 commit 35a6daa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion decksite/templates/about.mustache
Expand Up @@ -13,7 +13,7 @@
<iframe src="//www.youtube.com/embed/nTkqwmnCPu0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</div>

<p>{{_ **A brewer's paradise.** A card pool as big as Modern with gems (and jank) waiting to be discovered.}}</p>
<p>{{_ **A brewer's paradise.** A card pool sometimes as big as Modern with gems (and jank) waiting to be discovered.}}</p>
<p>{{_ **A diverse format** with countless different archetypes. Winners of past tournaments include Reanimator, Red Deck Wins, Heroic, Aristocrats, Demonic Rising, Abzan Midrange, Elves, Grenzo Combo, Dragon Control and Vampires in one season alone.}}</p>
Expand Down
12 changes: 7 additions & 5 deletions decksite/templates/rotationchanges.mustache
Expand Up @@ -7,8 +7,10 @@
{{> section}}
{{/sections}}
{{> rotationkey}}
<section>
<h2>Downloads</h2>
<p><a href="{{new_cards_deck_url}}">New Cards File</a></p>
<p><a href="{{rotated_out_cards_deck_url}}">Rotated Out File</a></p>
</section>
{{#show_downloads}}
<section>
<h2>Downloads</h2>
<p><a href="{{new_cards_deck_url}}">New Cards File</a></p>
<p><a href="{{rotated_out_cards_deck_url}}">Rotated Out File</a></p>
</section>
{{/show_downloads}}
1 change: 1 addition & 0 deletions decksite/views/rotation_changes.py
Expand Up @@ -25,6 +25,7 @@ def __init__(self, cards_in: Sequence[Card], cards_out: Sequence[Card], playabil
self.show_filters_toggle = True
self.new_cards_deck_url = url_for('rotation_changes_files', changes_type='new')
self.rotated_out_cards_deck_url = url_for('rotation_changes_files', changes_type='out')
self.show_downloads = True

def page_title(self) -> str:
if self.speculation:
Expand Down

0 comments on commit 35a6daa

Please sign in to comment.