tracks/app/views/todos/_mobile_actions.rhtml

6 lines
185 B
Text
Raw Normal View History

<% if @not_done_todos.empty? -%>
<p>There are no incomplete actions</p>
<% else -%>
<%= render :partial => "contexts/mobile_context", :collection => @contexts_to_show %>
<% end -%>