Skip to content

Commit

Permalink
Merge pull request #703 from distributive/main
Browse files Browse the repository at this point in the history
Updated link from FFG to NSG
  • Loading branch information
plural authored Oct 19, 2022
2 parents 3eb4ac5 + a466463 commit eef464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Resources/views/Decklist/decklist.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ NRDB.user.params.decklist_id = Decklist.id;
<div class="container decklist">

{% if not decklist.is_legal %}
<div class="alert alert-warning" role="alert">This decklist is not legal for tournament play currently, due to <a href="https://www.fantasyflightgames.com/en/products/android-netrunner-the-card-game/">Card Errata</a>, <a href="https://www.fantasyflightgames.com/en/news/2014/11/5/when-new-programs-overwrite-the-old/">Rotation</a> or <a href="https://www.fantasyflightgames.com/en/products/android-netrunner-the-card-game/">Legality</a>.</div>
<div class="alert alert-warning" role="alert">This decklist is not legal for tournament play currently, due to <a href="https://nullsignal.games/players/supported-formats/">Card Errata, Rotation or Legality</a>.</div>
{% endif %}
<div class="row">
<div class="col-xs-12 panel-group">
Expand Down

0 comments on commit eef464c

Please sign in to comment.