trugul-bot/views/bossfight.erb

10 lines
250 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 %>
Soliders killed before walls broken: <%= @soldiers_lost_to_date %>
<% end %>