mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-01 13:41:48 +01:00
6 lines
237 B
Text
6 lines
237 B
Text
<% if @count == 0 -%>
|
|
<div class="message"><p>Currently there are no deferred actions.</p></div>
|
|
<% end -%>
|
|
|
|
<%= render :partial => "contexts/mobile_context", :collection => @contexts,
|
|
:locals => { :collapsible => true } %>
|