mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-29 05:18:49 +01:00
Mostly completed transition to full i18n Incorporated german translations by Ulf Klose <ulf.klose@gmail.com>
5 lines
No EOL
189 B
Text
5 lines
No EOL
189 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 -%> |