mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
19 lines
473 B
Text
19 lines
473 B
Text
<div class="gather-columns">
|
|
<div class="data players">
|
|
<%= render partial: "gatherers/list", locals: { team: nil } %>
|
|
</div>
|
|
|
|
<div class="data players">
|
|
<%= render partial: "gatherers/list", locals: { team: 1 } %>
|
|
</div>
|
|
|
|
<div class="data players">
|
|
<%= render partial: "gatherers/list", locals: { team: 2 } %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render partial: "status" %>
|
|
|
|
<% if @gatherer and @gatherer.user_id = 176 %>
|
|
<div id="gatherStarted"></div>
|
|
<% end %>
|