From 454a6fdb19e4714c357e5e074fe1961c77d662b7 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Sun, 27 Nov 2011 16:45:47 -0200 Subject: [PATCH] Fix indentation --- 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 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