cirandas.net

ref: master

app/views/enterprise_validation/index.html.erb


<%= _('Enterprise validations') %>

<%= button_bar do %> <%= button(:edit, _('Edit validation info'), { :action => 'edit_validation_info' }) %> <%= button(:back, _('Go Back'), { :controller => 'profile_editor' }) %> <% end %>

<%= _("Pending enterprise validations") %>

<% for pending in @pending_validations %>

<%= pending.name %>

  • <%= _('Address') %>: <%= pending.address %>
  • <%= _('Contact Phone') %>: <%= pending.contact_phone %>
  • <%= _('Contact Person') %>: <%= pending.contact_person %>
<%= link_to _("See details/approve/reject"), :action => 'details', :id => pending.code %> <% end %>

<%= _('Processed enterprise validations') %>

<%= link_to _("See the list of processed enterprise validations"), :action => 'list_processed' %>