mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-01 07:11:41 +00:00
37e768c68f
Added styling to gathers page Added styling to account page Improved forms styling
17 lines
419 B
Text
17 lines
419 B
Text
<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>
|
|
|
|
<%= render partial: "status" %>
|
|
|
|
<% if @gatherer and @gatherer.user_id = 176 %>
|
|
<div id="gatherStarted"></div>
|
|
<% end %>
|