Feature #262 ยป 0001-Fixes-262-Architecture-selection-on-create-edit-oper.patch
app/views/operatingsystems/_form.html.erb | ||
---|---|---|
</span>
|
||
</p>
|
||
<p>
|
||
<% field_set_tag("Architecture") do %>
|
||
<%= edit_habtm @operatingsystem, Architecture %>
|
||
<% end -%>
|
||
</p>
|
||
<p>
|
||
<% field_set_tag("Partition tables") do %>
|
||
<%= edit_habtm @operatingsystem, Ptable %>
|
||
<% end -%>
|