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