From f45481d2aee7b308e939d24eb44008d280cb916b Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Sun, 2 Dec 2007 03:23:04 +0000 Subject: [PATCH] ActionItem93: profiles don't have tags anymore --- app/views/enterprise_editor/_form.rhtml | 2 -- app/views/enterprise_editor/index.rhtml | 1 - 2 files changed, 0 insertions(+), 3 deletions(-) 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 %>

diff --git a/app/views/enterprise_editor/index.rhtml b/app/views/enterprise_editor/index.rhtml index 1fc4957..004c6e8 100644 --- a/app/views/enterprise_editor/index.rhtml +++ b/app/views/enterprise_editor/index.rhtml @@ -11,7 +11,6 @@

<%= _('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