diff --git a/app/views/game/results.html.erb b/app/views/game/results.html.erb
index f1caef3..507c955 100644
--- a/app/views/game/results.html.erb
+++ b/app/views/game/results.html.erb
@@ -81,6 +81,10 @@
<%= link_to tag.span(t("game.subscribe_to_newsletter")), "#", class: "cta cta-link" %>
+
+ <%= button_to start_path(skip_facts: true), class: "cta" do %>
+ <%= tag.span(t("game.save_another_tomato")) %>
+ <% end %>