mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-13 09:09:18 +00:00
Create bout sheets and make all printable pages go to a new window
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
<br>
|
||||
<% end %>
|
||||
<% if can? :manage, @tournament %>
|
||||
<%= link_to "All Brackets (Printable)", "/tournaments/#{@tournament.id}/all_brackets?print=true" %>
|
||||
<%= link_to "All Brackets (Printable)", "/tournaments/#{@tournament.id}/all_brackets?print=true", target: :_blank %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user