mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
10 lines
249 B
Text
10 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>
|