diff --git a/app/views/enterprise_editor/_form.rhtml b/app/views/enterprise_editor/_form.rhtml index 9f333f5..f2435b6 100644 --- a/app/views/enterprise_editor/_form.rhtml +++ b/app/views/enterprise_editor/_form.rhtml @@ -28,5 +28,3 @@
<%= select 'validation_entity', 'id', @validation_entities.map{|v| [v.name, v.id]}, :include_blank => true %>
-<%= text_field 'enterprise', 'tag_list', 'size' => 20 %>
<%= _('Legal Form: ') %> <%= @enterprise.organization_info.legal_form %>
<%= _('Economic activity: ') %> <%= @enterprise.organization_info.economic_activity %>
<%= _('Management infomation: ') %> <%= @enterprise.organization_info.management_information %>
-<%= _('Tags:') %> <%= @enterprise.tag_list %>
<%= link_to _('Edit enterprise'), :action => 'edit', :id => @enterprise %> <%= help _('Change the information about the enterprise') %> -- libgit2 0.21.2