mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
9 lines
249 B
Text
9 lines
249 B
Text
<h1>Listing teams</h1> <h4>Teams with 0 members are not displayed.</h4>
|
|
|
|
<div id="box">
|
|
<%= render :partial => "list", :locals => {:teams => @teams} %>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
var tabber1 = new Yetii({id: 'teamsTab'});
|
|
</script>
|