mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
18 lines
476 B
Text
18 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 %>
|