diff --git a/app/views/enterprise_validation/details.rhtml b/app/views/enterprise_validation/details.rhtml new file mode 100644 index 0000000..9350785 --- /dev/null +++ b/app/views/enterprise_validation/details.rhtml @@ -0,0 +1,48 @@ +

<%= _("%s's validation") % @pending.name %>

+ +

<%= _('Provided information') %>

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<%= _('Name') %><%= @pending.name %>
<%= _('Address') %><%= @pending.address %>
<%= _('Contact Phone') %><%= @pending.contact_phone %>
<%= _('Contact Person') %><%= @pending.contact_person %>
<%= _('Acronym') %><%= @pending.acronym %>
<%= _('Identifier') %><%= @pending.identifier %>
<%= _('Foundation Year') %><%= @pending.foundation_year %>
<%= _('Legal Year') %><%= @pending.legal_form %>
<%= _('Economic Activity') %><%= @pending.economic_activity %>
<%= _('Management Information') %><%= @pending.management_information %>
+ +

<%= _('Final decision') %>

-- libgit2 0.21.2