From 13e574207c5abf4bc0d7760c8b38f4a0d32910a7 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Tue, 8 Dec 2015 13:04:55 +0000 Subject: [PATCH] Removed filesaver --- app/views/layouts/_cdn.html.erb | 2 -- app/views/tournaments/all_brackets.html.erb | 15 --------------- 2 files changed, 17 deletions(-) diff --git a/app/views/layouts/_cdn.html.erb b/app/views/layouts/_cdn.html.erb index 4bbc118..3cedd27 100644 --- a/app/views/layouts/_cdn.html.erb +++ b/app/views/layouts/_cdn.html.erb @@ -12,7 +12,5 @@ - - diff --git a/app/views/tournaments/all_brackets.html.erb b/app/views/tournaments/all_brackets.html.erb index e4689d9..8eb5618 100644 --- a/app/views/tournaments/all_brackets.html.erb +++ b/app/views/tournaments/all_brackets.html.erb @@ -3,25 +3,10 @@ #html, #body, #wrapper { width:100%; } - - <%= link_to "Back to #{@tournament.name} weights", "/tournaments/#{@tournament.id}/brackets" %>

- - -
-
<% @tournament.weights.sort_by{|w| w.max}.each do |w| %>