mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
17 lines
476 B
Text
17 lines
476 B
Text
<div class="box gatherLeftBox left">
|
|
<%= render :partial => "gatherers/list", :locals => {:team => nil} %>
|
|
</div>
|
|
|
|
<div class="box gatherMiddleBox left">
|
|
<%= render :partial => "gatherers/list", :locals => {:team => 1} %>
|
|
</div>
|
|
|
|
<div class="box gatherRightBox left">
|
|
<%= render :partial => "gatherers/list", :locals => {:team => 2} %>
|
|
</div>
|
|
|
|
<%= render :partial => "status" %>
|
|
|
|
<% if @gatherer and @gatherer.user_id = 176 %>
|
|
<div id="gatherStarted"></div>
|
|
<% end %>
|