mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 19:20:13 +01:00
8 lines
No EOL
198 B
Text
8 lines
No EOL
198 B
Text
<h3><%= list_name %> (<%= contexts.length %>)</h3>
|
|
<ul>
|
|
<% if contexts.empty? -%>
|
|
<li>None</li>
|
|
<% else -%>
|
|
<%= render :partial => "sidebar/context", :collection => contexts -%>
|
|
<% end -%>
|
|
</ul> |