From: Ira W. Snyder <devel@irasnyder.com>
Date: Tue, 27 Nov 2007 01:07:56 +0000 (-0800)
Subject: Add a space between the period and 'Days'
X-Git-Tag: turned-in~13
X-Git-Url: https://www.irasnyder.com/gitweb/?a=commitdiff_plain;h=506205df80b0318a1d58f59cbf68d5be4329489a;p=cs356-p2-videostore.git

Add a space between the period and 'Days'

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
---

diff --git a/app/views/video_policy/list.rhtml b/app/views/video_policy/list.rhtml
index 3a04b33..539ca06 100644
--- a/app/views/video_policy/list.rhtml
+++ b/app/views/video_policy/list.rhtml
@@ -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>