From: Ira W. Snyder 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://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 --- 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 @@ <%=h video_policy.description %> <%=h number_to_currency(video_policy.fee) %> - <%=h video_policy.period %>Days + <%=h video_policy.period %> Days <%= link_to 'View', :action => 'show', :id => video_policy %> <%= link_to 'Edit', :action => 'edit', :id => video_policy %>