Clean up BonusPolicy a little
[cs356-p2-videostore.git] / app / views / bonus_policy / list.rhtml
index 6535464..8addaa8 100644 (file)
@@ -1,6 +1,6 @@
-<h1>Listing bonus_policies</h1>
+<h1>Listing Bonus Policies</h1>
 
-<table>
+<table border="1">
   <tr>
     <th>Number</th>
     <th>Bonus Type</th>
@@ -14,9 +14,8 @@
     <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>