mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-28 21:08:48 +01:00
Mostly completed transition to full i18n Incorporated german translations by Ulf Klose <ulf.klose@gmail.com>
5 lines
No EOL
233 B
Text
5 lines
No EOL
233 B
Text
<% if @count == 0 -%>
|
|
<div class="message"><p><%= t('todos.no_deferred_actions') %></p></div>
|
|
<% end -%>
|
|
<%= render :partial => "contexts/mobile_context", :collection => @contexts,
|
|
:locals => { :collapsible => true } -%> |