ensl.org/app/views/teams/index.html.erb
Luke Barratt f2d908a06f Switched web server to puma
Added styling to gathers page
Added styling to account page
Improved forms styling
2014-04-15 10:59:52 +01:00

6 lines
163 B
Text

<h1>Listing teams</h1>
<p>Teams with no current members are not displayed.</p>
<div id="teams">
<%= render partial: 'list', locals: { teams: @teams } %>
</div>