From: Ira W. Snyder Date: Tue, 27 Nov 2007 08:23:46 +0000 (-0800) Subject: Clean up BonusPolicy a little X-Git-Tag: turned-in~1 X-Git-Url: https://irasnyder.com/gitweb/?a=commitdiff_plain;ds=inline;h=e586552a25922b3da35191603b5cb9af5adfacaf;p=cs356-p2-videostore.git Clean up BonusPolicy a little Signed-off-by: Ira W. Snyder --- 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 %>
diff --git a/db/development.sqlite3 b/db/development.sqlite3 index a5ce08e..9e6b130 100644 Binary files a/db/development.sqlite3 and b/db/development.sqlite3 differ