mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
9 lines
338 B
Text
9 lines
338 B
Text
<% if @not_done_todos.empty? -%>
|
|
<p><%= t('todos.no_incomplete_actions') %></p>
|
|
<% else -%>
|
|
<%= render :partial => "contexts/mobile_context", :collection => @contexts_to_show -%>
|
|
<% end -%>
|
|
<% unless @done.nil? -%>
|
|
<h2><%= t('todos.completed_actions') %></h2>
|
|
<%= render :partial => "todos/mobile_todo", :collection => @done %>
|
|
<% end %>
|