mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-09 17:14:20 +01:00
5 lines
No EOL
181 B
Text
5 lines
No EOL
181 B
Text
<% if @not_done_todos.empty? -%>
|
|
<p>There are no incomplete actions</p>
|
|
<% else -%>
|
|
<%= render :partial => "contexts/mobile_context", :collection => @contexts_to_show -%>
|
|
<% end -%> |