<% _('Editing the validation info') %> <%= error_messages_for :info %> <% labelled_form_for :info, @info do |f| %> <%= f.text_area(:validation_methodology, :cols => 50, :rows => 10) %> <%= f.text_area(:restrictions, :cols => 50, :rows => 7) %> <% button_bar do %> <%= submit_button('save', _('Save'), :cancel => {:action => 'index'}) %> <% end %> <% end %>