<% if params[:print] != "true" %>
<%= link_to "Show Bout Board in Full Screen", up_matches_path(@tournament, print: true), class: "btn btn-primary" %>
<% end %> <%= turbo_stream_from @tournament, data: { up_matches_connection_target: "stream" } %>
Connecting to server for real-time up matches updates...
<%= render "up_matches_board", tournament: @tournament, mats: @mats, matches: @matches %>