diff options
Diffstat (limited to 'app/views/tournaments/new.html.erb')
-rw-r--r-- | app/views/tournaments/new.html.erb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/tournaments/new.html.erb b/app/views/tournaments/new.html.erb deleted file mode 100644 index 2a60539..0000000 --- a/app/views/tournaments/new.html.erb +++ /dev/null @@ -1,5 +0,0 @@ -<h1>New tournament</h1> - -<%= render 'form' %> - -<%= link_to 'Back', tournaments_path %> |