2015-04-28 10:19:46 -04:00
|
|
|
<h2>Bossfight: <%= @username %></h2>
|
|
|
|
|
2015-04-28 10:32:21 -04:00
|
|
|
<div class="col-md-3">
|
|
|
|
<ul class="list-group">
|
|
|
|
<li class="list-group-item text-right">
|
|
|
|
<span class="pull-left"><strong>Kill Date:</strong></span>
|
2015-04-28 10:33:21 -04:00
|
|
|
<%= @first_negative.created_at.strftime('%H:%M on %m-%d-%Y') if @first_negative %>
|
2015-04-28 10:32:21 -04:00
|
|
|
<li class="list-group-item text-right">
|
|
|
|
<span class="pull-left"><strong>Killing Blow:</strong></span>
|
|
|
|
<%= @first_negative.attacker if @first_negative %>
|
|
|
|
</li>
|
|
|
|
<li class="list-group-item text-right">
|
|
|
|
<span class="pull-left"><strong>Soliders Killed:</strong></span>
|
|
|
|
<%= readable_number(@soldiers_lost_to_date) if @soliders_lost_to_date %>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2015-04-28 10:26:23 -04:00
|
|
|
|
2015-04-28 10:32:21 -04:00
|
|
|
<div class="col-md-12">
|
2015-04-28 10:26:23 -04:00
|
|
|
<% require 'pp' %>
|
|
|
|
<% pp @contributers %>
|
2015-04-28 10:32:21 -04:00
|
|
|
</div>
|