Sha256: d7ec2a0e0c8abd00e1bc6ac385e70ae8a50d5218aca5ef1a858824ec97f934a2

Contents?: true

Size: 256 Bytes

Versions: 5

Compression:

Stored size: 256 Bytes

Contents

<%= 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 %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/architectures/_form.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/architectures/_form.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/architectures/_form.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/architectures/_form.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/architectures/_form.html.erb