Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Continue the game version selector
Browse files Browse the repository at this point in the history
  • Loading branch information
EpocDotFr committed Aug 16, 2017
1 parent 2a4b77a commit 3179421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ <h1 class="man"><a href="{{ url_for('home') }}">Craft N' Escape</a></h1>
</div>
{% if is_local() %}
<div class="vertical-middle txtright game-version-selector">
<a href="#"><img src="http://via.placeholder.com/140x60"></a>
<a href="#"><img src="http://via.placeholder.com/140x60" class="inactive"></a>
<a href="{{ url_for('home') }}"><img src="http://via.placeholder.com/140x60.png?text=The+Escapists" {% if game_version != 1 %}class="inactive" title="Click to use The Escapists"{% endif %}></a>
<a href="{{ url_for('home', game_version=2) }}"><img src="http://via.placeholder.com/140x60.png?text=The+Escapists+2" {% if game_version != 2 %}class="inactive" title="Click to use The Escapists 2"{% endif %}></a>
</div>
{% endif %}
</header>
Expand Down

0 comments on commit 3179421

Please sign in to comment.