mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30: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,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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue