mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 16:28:50 +01:00
4 lines
No EOL
178 B
Text
4 lines
No EOL
178 B
Text
<% if @count == 0 -%>
|
|
<div class="message"><p><%= t('todos.no_deferred_actions') %></p></div>
|
|
<% end -%>
|
|
<%= render :partial => @contexts, :locals => { :collapsible => true } -%> |