fixes #742 by placing the you-have-no-contexts message outside the scope of the sortable

This commit is contained in:
Reinier Balt 2008-06-25 20:28:18 +02:00
parent 099f1ed850
commit 30c49b685f

View file

@ -1,9 +1,11 @@
<div id="display_box">
<div id="list-contexts">
<div id="list-contexts-container">
<div id="contexts-empty-nd" style="<%= @no_contexts ? 'display:block' : 'display:none'%>">
<div class="message"><p>Currently there are no contexts</p></div>
</div>
<%= render :partial => 'context_listing', :collection => @contexts %>
<div id="list-contexts">
<%= render :partial => 'context_listing', :collection => @contexts %>
</div>
</div>
</div>