-<h1>Listing bonus_policies</h1>
+<h1>Listing Bonus Policies</h1>
-<table>
+<table border="1">
<tr>
<th>Number</th>
<th>Bonus Type</th>
<td><%=h bonus_policy.bonus_type %></td>
<td><%=h bonus_policy.days %></td>
<td><%=h bonus_policy.description %></td>
- <td><%= link_to 'Show', :action => 'show', :id => bonus_policy %></td>
<td><%= link_to 'Edit', :action => 'edit', :id => bonus_policy %></td>
- <td><%= link_to 'Destroy', { :action => 'destroy', :id => bonus_policy }, :confirm => 'Are you sure?', :method => :post %></td>
+ <td><%= link_to 'Remove', { :action => 'destroy', :id => bonus_policy }, :confirm => 'Are you sure?', :method => :post %></td>
</tr>
<% end %>
</table>