diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 5c7a03d..1d6119d 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -756,7 +756,7 @@ module ApplicationHelper # Should be on the forms_helper file but when its there the translation of labels doesn't work class NoosferoFormBuilder < ActionView::Helpers::FormBuilder - extend ActionView::Helpers::TagHelper + extend ActionView::Helpers::TagHelper def self.output_field(text, field_html, field_id = nil) # try to guess an id if none given -- libgit2 0.21.2