mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-22 22:37:01 +00:00
Remove back button from printable brackets page
This commit is contained in:
@@ -18,9 +18,6 @@
|
|||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<%= link_to "Back to #{@tournament.name} weights", "/tournaments/#{@tournament.id}/brackets" %>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div id="exportable">
|
<div id="exportable">
|
||||||
<% @tournament.weights.sort_by{|w| w.max}.each do |w| %>
|
<% @tournament.weights.sort_by{|w| w.max}.each do |w| %>
|
||||||
<table class='pagebreak'>
|
<table class='pagebreak'>
|
||||||
|
|||||||
Reference in New Issue
Block a user