trugul-bot/views/bossfight.erb

13 lines
310 B
Text
Raw Normal View History

2015-04-28 10:19:46 -04:00
<h2>Bossfight: <%= @username %></h2>
2015-04-28 10:12:01 -04:00
<% if @first_negative %>
Raider who broke the walls: <%= @first_negative.attacker %><br/>
<%end%>
2015-04-28 10:19:46 -04:00
<% if @soldiers_lost_to_date %>
2015-04-28 10:22:30 -04:00
Soliders killed before walls broken: <%= readable_number(@soldiers_lost_to_date) %>
2015-04-28 10:19:46 -04:00
<% end %>
2015-04-28 10:26:23 -04:00
<% require 'pp' %>
<% pp @contributers %>