mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 19:20:13 +01:00
9 lines
521 B
Text
9 lines
521 B
Text
<div class="list-stategroup-contexts-container">
|
|
<h2><span id="<%= state %>-contexts-count" class="badge"><%= context_state_group.length %></span><%= state.titlecase %> Contexts</h2>
|
|
<div id="<%= state%>-contexts-empty-nd" style="<%= no_contexts ? 'display:block' : 'display:none'%>">
|
|
<div class="message"><p>Currently there are no <%= state %> contexts</p></div>
|
|
</div>
|
|
<div id="list-contexts-<%= state %>">
|
|
<%= render :partial => 'context_listing', :collection => context_state_group %>
|
|
</div>
|
|
</div>
|