mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 09:18:50 +01:00
15 lines
No EOL
501 B
Text
15 lines
No EOL
501 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 "sidebar/sidebar" %>
|
|
</div><!-- End of input box --> |