diff --git a/app/views/enterprise_registration/basic_information.rhtml b/app/views/enterprise_registration/basic_information.rhtml index 18d9624..31895e6 100644 --- a/app/views/enterprise_registration/basic_information.rhtml +++ b/app/views/enterprise_registration/basic_information.rhtml @@ -1,6 +1,6 @@ <%= error_messages_for 'create_enterprise' %> -
-<%= _("Your enterprise registration request was successfully registered. The validator organization you choose (%s) should get in touch with to start the validation process. As soon as the validators approve (or reject) your request, you will be notified by e-mail.") % @create_enterprise.target.name %> +<%= _("Your enterprise registration request was successfully registered. The validator organization you choose (%s) should get in touch with to start the validation process. As soon as the validators approve (or reject) your request, you will be notified by e-mail.") % link_to(@create_enterprise.target.name, @create_enterprise.target.url) %>
diff --git a/app/views/enterprise_registration/select_validator.rhtml b/app/views/enterprise_registration/select_validator.rhtml index 1233e4b..c3dd3b3 100644 --- a/app/views/enterprise_registration/select_validator.rhtml +++ b/app/views/enterprise_registration/select_validator.rhtml @@ -1,4 +1,4 @@ -
<%= _('Select one organization to validate your enterprise registration request. Check the provided information about their validation methodoly and criteria.') %> @@ -7,14 +7,20 @@ <% form_tag do %> <%= render :partial => 'hidden_fields' %> - <% for validator in @validators %> -
<%= _('Name') %> | +<%= _('Validation Methodology:') %> | +<%= _('Restrictions (if any):') %> | +
---|---|---|
<%= labelled_radio_button validator.name, 'create_enterprise[target_id]', validator.id %> | +<%= validator.validation_methodology || _("(not informed)") %> | +<%= validator.validation_restrictions || _("(not informed)") %> | +