From 23335037bc15021bd52bed6fb7dbc1ec92489b2f Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 13 Oct 2008 16:54:37 -0300 Subject: [PATCH] ActionItem788: adding address field when editing enterprise --- app/views/profile_editor/_organization.rhtml | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/views/profile_editor/_organization.rhtml b/app/views/profile_editor/_organization.rhtml index 27a65a6..a47b38d 100644 --- a/app/views/profile_editor/_organization.rhtml +++ b/app/views/profile_editor/_organization.rhtml @@ -9,6 +9,7 @@ <%= f.text_field(:acronym) %> + <%= f.text_field(:address, 'size' => 50) if @profile.kind_of?(Enterprise) %> <%= f.text_field(:foundation_year) %> <%= f.text_field(:contact_person) %> <%= f.text_field(:contact_email) %> -- libgit2 0.21.2