From 30c49b685fbf251eb84acff6f2f81f3797ed1c7d Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Wed, 25 Jun 2008 20:28:18 +0200 Subject: [PATCH] fixes #742 by placing the you-have-no-contexts message outside the scope of the sortable --- app/views/contexts/index.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/contexts/index.html.erb b/app/views/contexts/index.html.erb index 9b6f1cad..846d01ca 100644 --- a/app/views/contexts/index.html.erb +++ b/app/views/contexts/index.html.erb @@ -1,9 +1,11 @@
-
+

Currently there are no contexts

- <%= render :partial => 'context_listing', :collection => @contexts %> +
+ <%= render :partial => 'context_listing', :collection => @contexts %> +