Clean up BonusPolicy a little
authorIra W. Snyder <devel@irasnyder.com>
Tue, 27 Nov 2007 08:23:46 +0000 (00:23 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Tue, 27 Nov 2007 08:23:46 +0000 (00:23 -0800)
Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
app/views/bonus_policy/list.rhtml
db/development.sqlite3

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>
   <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><%=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 '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>
   </tr>
 <% end %>
 </table>
index a5ce08e..9e6b130 100644 (file)
Binary files a/db/development.sqlite3 and b/db/development.sqlite3 differ