diff --git a/app/views/enterprise/_form.rhtml b/app/views/enterprise/_form.rhtml new file mode 100644 index 0000000..cb90225 --- /dev/null +++ b/app/views/enterprise/_form.rhtml @@ -0,0 +1,26 @@ +
+<%= text_field 'enterprise', 'name', 'size' => 20 %>
+<%= text_field 'enterprise', 'address', 'size' => 50 %>
+<%= text_field 'enterprise', 'contact_phone', 'size' => 20 %>
+<%= text_field 'enterprise', 'contact_person', 'size' => 20 %>
+<%= text_field 'enterprise', 'acronym', 'size' => 20 %>
+<%= text_field 'enterprise', 'foundation_year', 'size' => 20 %>
+<%= text_field 'enterprise', 'legal_form', 'size' => 20 %>
+<%= text_field 'enterprise', 'economic_activity', 'size' => 20 %>
+<%= text_area 'enterprise', 'management_information', 'cols' => 40, 'rows' => 20 %>
-<%= text_field 'enterprise', 'name', 'size' => 20 %>
-<%= text_field 'enterprise', 'address', 'size' => 50 %>
-<%= text_field 'enterprise', 'contact_phone', 'size' => 20 %>
-<%= text_field 'enterprise', 'contact_person', 'size' => 20 %>
-<%= text_field 'enterprise', 'acronym', 'size' => 20 %>
-<%= text_field 'enterprise', 'foundation_year', 'size' => 20 %>
-<%= text_field 'enterprise', 'legal_form', 'size' => 20 %>
-<%= text_field 'enterprise', 'economic_activity', 'size' => 20 %>
-<%= text_area 'enterprise', 'management_information', 'cols' => 40, 'rows' => 20 %>
<%= submit_tag _('Register') %> <%= link_to _('Cancel'), :action => 'index' %>
<% end %> -- libgit2 0.21.2