mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
f2d908a06f
Added styling to gathers page Added styling to account page Improved forms styling
6 lines
163 B
Text
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>
|