diff --git a/app/controllers/tournaments_controller.rb b/app/controllers/tournaments_controller.rb index f0ee6b3..fef35b5 100644 --- a/app/controllers/tournaments_controller.rb +++ b/app/controllers/tournaments_controller.rb @@ -300,7 +300,7 @@ class TournamentsController < ApplicationController def reset_bout_board @tournament.reset_and_fill_bout_board - redirect_to tournament_path(@tournament), notice: "Successfully reset the bout board." + redirect_to tournament_path(@tournament), notice: "Successfully reset the bout board. Please have all mat table workers refresh their page." end def generate_school_keys diff --git a/app/views/layouts/_tournament-navbar.html.erb b/app/views/layouts/_tournament-navbar.html.erb index 282982e..d7f284d 100644 --- a/app/views/layouts/_tournament-navbar.html.erb +++ b/app/views/layouts/_tournament-navbar.html.erb @@ -43,7 +43,7 @@