Project

General

Profile

Download (253 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= form_for @architecture do |f| %>
<%= base_errors_for @architecture %>
<%= text_f f, :name %>
<%= multiple_checkboxes(f, :operatingsystems, @architecture, Operatingsystem, :label => "Operating Systems") %>
<%= submit_or_cancel f %>
<% end %>
(1-1/5)