Commit 23335037bc15021bd52bed6fb7dbc1ec92489b2f

Authored by Daniela Feitosa
1 parent 74d5b156

ActionItem788: adding address field when editing enterprise

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/profile_editor/_organization.rhtml
@@ -9,6 +9,7 @@ @@ -9,6 +9,7 @@
9 9
10 </div> 10 </div>
11 <%= f.text_field(:acronym) %> 11 <%= f.text_field(:acronym) %>
  12 + <%= f.text_field(:address, 'size' => 50) if @profile.kind_of?(Enterprise) %>
12 <%= f.text_field(:foundation_year) %> 13 <%= f.text_field(:foundation_year) %>
13 <%= f.text_field(:contact_person) %> 14 <%= f.text_field(:contact_person) %>
14 <%= f.text_field(:contact_email) %> 15 <%= f.text_field(:contact_email) %>