From 8a13e92721b67d67221d3a3f328a0c1dd4f06234 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Sun, 23 May 2010 07:21:45 +0000 Subject: [PATCH] Fixes #262 - Architecture selection on create/edit operating system form --- app/views/operatingsystems/_form.html.erb | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/app/views/operatingsystems/_form.html.erb b/app/views/operatingsystems/_form.html.erb index 9fc2bb9..33bb347 100644 --- a/app/views/operatingsystems/_form.html.erb +++ b/app/views/operatingsystems/_form.html.erb @@ -16,6 +16,11 @@

+ <% field_set_tag("Architecture") do %> + <%= edit_habtm @operatingsystem, Architecture %> + <% end -%> +

+

<% field_set_tag("Partition tables") do %> <%= edit_habtm @operatingsystem, Ptable %> <% end -%> -- 1.6.3.3