X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fbonus_policy%2Flist.rhtml;h=8addaa89c3da9c871d2c783863cd340cfe42d5d5;hb=e586552a25922b3da35191603b5cb9af5adfacaf;hp=6535464eb83cf27b5ee41917df774df2304707b3;hpb=da871e3e27c31759e0d017c89ccf16a14db1a227;p=cs356-p2-videostore.git diff --git a/app/views/bonus_policy/list.rhtml b/app/views/bonus_policy/list.rhtml index 6535464..8addaa8 100644 --- a/app/views/bonus_policy/list.rhtml +++ b/app/views/bonus_policy/list.rhtml @@ -1,6 +1,6 @@ -

Listing bonus_policies

+

Listing Bonus Policies

- +
@@ -14,9 +14,8 @@ - - + <% end %>
Number Bonus Type<%=h bonus_policy.bonus_type %> <%=h bonus_policy.days %> <%=h bonus_policy.description %><%= link_to 'Show', :action => 'show', :id => bonus_policy %> <%= link_to 'Edit', :action => 'edit', :id => bonus_policy %><%= link_to 'Destroy', { :action => 'destroy', :id => bonus_policy }, :confirm => 'Are you sure?', :method => :post %><%= link_to 'Remove', { :action => 'destroy', :id => bonus_policy }, :confirm => 'Are you sure?', :method => :post %>