From 7209871e87cbb3d97a1a1b7b24a8de33e2133c10 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Mon, 19 Jul 2010 17:39:35 -0700 Subject: [PATCH] [#4280] Add the $ as a hint to the Deliverable total form. --- app/views/deliverables/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/deliverables/_form.html.erb b/app/views/deliverables/_form.html.erb index e2ea79f..d0af264 100644 --- a/app/views/deliverables/_form.html.erb +++ b/app/views/deliverables/_form.html.erb @@ -37,7 +37,7 @@ <% end %> <% end %> - <%= form.input :total, :input_html => {:size => 10}, :wrapper_html => {:class => 'deliverable_total_input'} %> + <%= form.input :total, :input_html => {:size => 10}, :wrapper_html => {:class => 'deliverable_total_input'}, :hint => l(:text_dollar_sign) %> <% end %>