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