Commit f45481d2aee7b308e939d24eb44008d280cb916b

Authored by AntonioTerceiro
1 parent 9f6f83ad

ActionItem93: profiles don't have tags anymore



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1052 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/views/enterprise_editor/_form.rhtml
... ... @@ -28,5 +28,3 @@
28 28 <p class='formfield select'><label for="validation_entity"><%= _('Validation Entity') %></label><br/>
29 29 <%= select 'validation_entity', 'id', @validation_entities.map{|v| [v.name, v.id]}, :include_blank => true %></p>
30 30  
31   -<p class='formfield text_field'><label for="tag_list"><%= _('Tags') %></label><br/>
32   -<%= text_field 'enterprise', 'tag_list', 'size' => 20 %></p>
... ...
app/views/enterprise_editor/index.rhtml
... ... @@ -11,7 +11,6 @@
11 11 <p> <%= _('Legal Form: ') %> <%= @enterprise.organization_info.legal_form %> </p>
12 12 <p> <%= _('Economic activity: ') %> <%= @enterprise.organization_info.economic_activity %> </p>
13 13 <p> <%= _('Management infomation: ') %> <%= @enterprise.organization_info.management_information %> </p>
14   -<p> <%= _('Tags:') %> <%= @enterprise.tag_list %> </p>
15 14  
16 15 <%= link_to _('Edit enterprise'), :action => 'edit', :id => @enterprise %>
17 16 <%= help _('Change the information about the enterprise') %>
... ...