webgui/app/views/admin/pool.html.erb in tournament-2.0.0 vs webgui/app/views/admin/pool.html.erb in tournament-2.1.0
- old
+ new
@@ -29,9 +29,24 @@
</td>
</tr>
<tr>
<td>
Payouts
+<a class="info" href="#">?
+<span>
+<small>
+Payouts have a rank, amount and kind. The rank is either a number or
+the letter L. Rank 1 defines the payout for 1st place, rank 2 for
+2nd place and so on. Rank L defines the payout for the last place
+entry and is optional. The amount of the payout is a number. Its
+meaning depends on the kind of the payout. If the kind is '%', then
+the amount is a percentage of the total entry fees collected. If
+the kind is '$', then the amount is a fixed dollar amount. This lets
+you have payouts for the pool that give the last place entry the
+entry fee back.
+</small>
+</span>
+</a>
</td>
<td>
<table border="0">
<tr><td><b>Rank</b></td><td><b>Amount</b></td><td><b>Kind</b></td><td><b>Delete?</b></td></tr>
<% @pool.payouts.each_with_index do |po, idx| -%>