Commit 454a6fdb19e4714c357e5e074fe1961c77d662b7

Authored by Antonio Terceiro
1 parent ee3bc301

Fix indentation

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/application_helper.rb
@@ -756,7 +756,7 @@ module ApplicationHelper @@ -756,7 +756,7 @@ module ApplicationHelper
756 756
757 # Should be on the forms_helper file but when its there the translation of labels doesn't work 757 # Should be on the forms_helper file but when its there the translation of labels doesn't work
758 class NoosferoFormBuilder < ActionView::Helpers::FormBuilder 758 class NoosferoFormBuilder < ActionView::Helpers::FormBuilder
759 - extend ActionView::Helpers::TagHelper 759 + extend ActionView::Helpers::TagHelper
760 760
761 def self.output_field(text, field_html, field_id = nil) 761 def self.output_field(text, field_html, field_id = nil)
762 # try to guess an id if none given 762 # try to guess an id if none given