diff --git a/app/views/admin/_welcome.html.erb b/app/views/admin/_welcome.html.erb deleted file mode 100644 index 6b850c8..0000000 --- a/app/views/admin/_welcome.html.erb +++ /dev/null @@ -1,3 +0,0 @@ -
-

Hello

-
diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb index 42c6741..768dd4e 100644 --- a/app/views/admin/index.html.erb +++ b/app/views/admin/index.html.erb @@ -2,7 +2,6 @@
<%= render :partial => 'no_data' if @no_configuration_data %> - <%= render :partial => 'welcome' %> <%= render :partial => 'menu' %>