Project

General

Profile

Download (359 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= form_for @architecture, :url => (@architecture.new_record? ? architectures_path : architecture_path(:id => @architecture.id)) 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)