From 506205df80b0318a1d58f59cbf68d5be4329489a Mon Sep 17 00:00:00 2001 From: "Ira W. Snyder" Date: Mon, 26 Nov 2007 17:07:56 -0800 Subject: [PATCH] Add a space between the period and 'Days' Signed-off-by: Ira W. Snyder --- app/views/video_policy/list.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> -- 2.34.1