From ae9a021d6a2411d36cd2b911c9d2049011f04305 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 7 Nov 2007 18:41:18 +0000 Subject: [PATCH] ActionItem14: do not use the "Model|Field Name" notation. --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index f84515a..94fa7d4 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -324,7 +324,7 @@ module ApplicationHelper " for='\#{object.class.to_s.downcase}_\#{field}'>" + ( column ? column.human_name : - _(object.class.name + "|" + field.to_s.humanize) + _(field.to_s.humanize) ) + "" + "\n
" + super + "
\n" -- libgit2 0.21.2