mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 16:20:12 +01:00
fixes #742 by placing the you-have-no-contexts message outside the scope of the sortable
This commit is contained in:
parent
099f1ed850
commit
30c49b685f
1 changed files with 4 additions and 2 deletions
|
|
@ -1,11 +1,13 @@
|
||||||
<div id="display_box">
|
<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 id="contexts-empty-nd" style="<%= @no_contexts ? 'display:block' : 'display:none'%>">
|
||||||
<div class="message"><p>Currently there are no contexts</p></div>
|
<div class="message"><p>Currently there are no contexts</p></div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="list-contexts">
|
||||||
<%= render :partial => 'context_listing', :collection => @contexts %>
|
<%= render :partial => 'context_listing', :collection => @contexts %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="input_box">
|
<div id="input_box">
|
||||||
<div id="context_new_container">
|
<div id="context_new_container">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue