diff --git a/app/views/contests/index.html.haml b/app/views/contests/index.html.haml deleted file mode 100644 --- a/app/views/contests/index.html.haml +++ /dev/null @@ -1,9 +0,0 @@ -%h1 Contest management - -- if (not Configuration.contest_mode?) and (not Configuration.indv_contest_mode?) - Currently the system is not running in contest mode. -- elsif Configuration.contest_mode? - System running in normal contest mode. -- else - System running in individual contest mode. - = render :partial => 'indv_contest_mode_index'