mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-29 21:38:49 +01:00
Mostly completed transition to full i18n Incorporated german translations by Ulf Klose <ulf.klose@gmail.com>
15 lines
514 B
Text
15 lines
514 B
Text
<div id="display_box">
|
|
|
|
<div id="tickler-empty-nd" style="display:<%= (@count == 0) ? 'block' : 'none'%>;">
|
|
<div class="message"><p><%= t('todos.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 -->
|