Small Cleanups + Merchandise Search
[cs356-p2-videostore.git] / app / views / video_policy / list.rhtml
index 539ca06..54acd88 100644 (file)
@@ -12,7 +12,6 @@
     <td><%=h video_policy.description %></td>
     <td><%=h number_to_currency(video_policy.fee) %></td>
     <td><%=h video_policy.period %> Days</td>
-    <td><%= link_to 'View', :action => 'show', :id => video_policy %></td>
     <td><%= link_to 'Edit', :action => 'edit', :id => video_policy %></td>
   </tr>
 <% end %>