Project

General

Profile

« Previous | Next » 

Revision bf4a13d3

Added by Walden Raines over 10 years ago

Fixes #3811 updating to bootstrap 3

View differences:

app/views/ptables/_form.html.erb
<%= form_for @ptable do |f| %>
<%= base_errors_for @ptable %>
<%= text_f f, :name %>
<%= textarea_f f, :layout, :rows=> 10, :class => "input-xxlarge",
<%= textarea_f f, :layout, :rows=> 10, :size => "col-md-8",
: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 %>
<%= select_f f, :os_family, Operatingsystem.families_as_collection, :value, :name, { :include_blank => _("Operating System Family"), :label => _("OS Family"), :help_inline => _("The Operating System type") } %>
<%= submit_or_cancel f %>

Also available in: Unified diff