cirandas.net

ref: master

app/views/enterprise_validation/edit_validation_info.html.erb


<% _('Editing the validation info') %>

<%= error_messages_for :info %>

<%= labelled_form_for :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 %>