ensl.org/app/views/teams/index.html.erb

7 lines
163 B
Text
Raw Normal View History

2014-04-13 11:16:51 +00:00
<h1>Listing teams</h1>
<p>Teams with no current members are not displayed.</p>
2014-04-13 11:16:51 +00:00
<div id="teams">
<%= render partial: 'list', locals: { teams: @teams } %>
</div>