Add a space between the period and 'Days'
authorIra W. Snyder <devel@irasnyder.com>
Tue, 27 Nov 2007 01:07:56 +0000 (17:07 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Tue, 27 Nov 2007 01:07:56 +0000 (17:07 -0800)
Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
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>