mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 23:38:50 +01:00
15 lines
517 B
Text
15 lines
517 B
Text
<div id="display_box">
|
|
|
|
<div id="tickler-empty-nd" style="display:<%= (@count == 0) ? 'block' : 'none'%>;">
|
|
<div class="message"><p>Currently there are no deferred actions.</p></div>
|
|
</div>
|
|
|
|
<%= render :partial => "contexts/context", :collection => @contexts,
|
|
:locals => { :collapsible => true } %>
|
|
|
|
</div><!-- End of display_box -->
|
|
|
|
<div id="input_box">
|
|
<%= render :partial => "shared/add_new_item_form" %>
|
|
<%= render :file => "sidebar/sidebar.html.erb" %>
|
|
</div><!-- End of input box -->
|