Show secret instead of hardcoded

This commit is contained in:
Mikko Ahlroth 2021-01-30 10:01:28 +02:00
parent 7e63ab3830
commit 41def77182

View file

@ -14,7 +14,7 @@
<% @victory? -> %>
<h1>Voitit pelin! / You won!</h1>
<p>Palkintosi / Your reward:</p>
<p>N 61° 26.035, E 023° 35.744</p>
<p><%= Application.get_env(:flag_quiz, :secret_msg) %></p>
<form phx-submit="start-game">
<button type="submit">Pelaa uudestaan / Play again</button>
</form>