Sha256: 0d2ad9d875c0ea2c35db44f8a4214936ac673ddec1c48e3961d2637305187203

Contents?: true

Size: 561 Bytes

Versions: 5

Compression:

Stored size: 561 Bytes

Contents

<%= form_for @ptable do |f| %>
  <%= base_errors_for @ptable %>
  <%= text_f f, :name %>
  <%= textarea_f f, :layout, :class => "input-xxlarge",
    :help_block => ("<span class='label label-info'>" + _("Notice") + "</span> " + _("you may use %s") % (link_to _('a script as well'), 'http://theforeman.org/projects/foreman/wiki/Dynamic_disk_partitioning', :rel => 'external')).html_safe %>
  <%= selectable_f f, :os_family, Operatingsystem.families, { :include_blank => true }, { :label => _("Operating System Family") } %>
  <%= 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/ptables/_form.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/ptables/_form.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/ptables/_form.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/ptables/_form.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/ptables/_form.html.erb