Add a space between the period and 'Days'
[cs356-p2-videostore.git] / app / views / video_policy / list.rhtml
index 3a04b33..539ca06 100644 (file)
@@ -11,7 +11,7 @@
   <tr>
     <td><%=h video_policy.description %></td>
     <td><%=h number_to_currency(video_policy.fee) %></td>
-    <td><%=h video_policy.period %>Days</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>