Commit ae9a021d6a2411d36cd2b911c9d2049011f04305

Authored by AntonioTerceiro
1 parent 7b22bd37

ActionItem14: do not use the "Model|Field Name" notation.



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@857 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/application_helper.rb
@@ -324,7 +324,7 @@ module ApplicationHelper @@ -324,7 +324,7 @@ module ApplicationHelper
324 " for='\#{object.class.to_s.downcase}_\#{field}'>" + 324 " for='\#{object.class.to_s.downcase}_\#{field}'>" +
325 ( column ? 325 ( column ?
326 column.human_name : 326 column.human_name :
327 - _(object.class.name + "|" + field.to_s.humanize) 327 + _(field.to_s.humanize)
328 ) + 328 ) +
329 "</label>" + 329 "</label>" +
330 "\n <div class='formfield #{selector}'>" + super + "</div>\n</div>" 330 "\n <div class='formfield #{selector}'>" + super + "</div>\n</div>"