<%= yield %>
diff --git a/app/views/games/_game.html.erb b/app/views/games/_game.html.erb
index d0098d8c..a6ff93ee 100644
--- a/app/views/games/_game.html.erb
+++ b/app/views/games/_game.html.erb
@@ -56,7 +56,6 @@
diff --git a/app/views/games/_results.html.erb b/app/views/games/_results.html.erb
index ce9265d8..6f8cc0a8 100644
--- a/app/views/games/_results.html.erb
+++ b/app/views/games/_results.html.erb
@@ -44,7 +44,7 @@
-
+ |
"
+ data-tooltip-text="<%= t("terms.reveals") %>"
class="after:w-80"
>Reveals
@@ -110,7 +110,7 @@
"
+ data-tooltip-text="<%= t("terms.chords") %>"
class="after:w-80"
>Chords
|
diff --git a/app/views/games/rules.rb b/app/views/games/rules.rb
index 140ca77d..97229cce 100644
--- a/app/views/games/rules.rb
+++ b/app/views/games/rules.rb
@@ -13,6 +13,9 @@ def initialize(context:)
def cookie_name = COOKIE_NAME
+ def button_id = @button_id ||= "rules_button-#{Time.new.to_i}"
+ def content_id = @content_id ||= "rules_content-#{Time.new.to_i}"
+
def button_text = "Rules of Engagement"
def button_css_class
diff --git a/app/views/home/_page_nav.html.erb b/app/views/home/_page_nav.html.erb
index 275e7fc2..98ef7f3a 100644
--- a/app/views/home/_page_nav.html.erb
+++ b/app/views/home/_page_nav.html.erb
@@ -3,7 +3,7 @@
<% if nav.previous_game? %>
data-banner-permanently-dismissable-value="<%= banner.permanently_dismissable? %>"
@@ -36,4 +36,4 @@
<% end %>
-
+
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 9de8ff1e..29f9be5c 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -51,7 +51,7 @@
<%= @view.losing_games_count %> |
- |
+ |
Cells Revealed |
@@ -61,7 +61,7 @@
"
+ data-tooltip-text="<%= t("terms.chords") %>"
class="after:w-80"
>Chords
|
@@ -96,10 +96,10 @@
>
-
+ |
"
+ data-tooltip-text="<%= t("terms.score") %>"
class="after:w-80"
>Score
|
@@ -117,10 +117,10 @@
<%= @view.best_expert_score %> |
-
+ |
"
+ data-tooltip-text="<%= t("terms.bbbvps") %>"
class="after:w-80"
>3BV/s
|
@@ -138,10 +138,10 @@
<%= @view.best_expert_bbbvps %> |
-
+ |
"
+ data-tooltip-text="<%= t("terms.efficiency") %>"
class="after:w-80"
>Efficiency
|
|