Project

General

Profile

« Previous | Next » 

Revision 82e47ae0

Added by Amos Benari about 12 years ago

  • ID 82e47ae0f86994702c3a084cc6150250a81034ee

updates UI to bootstrap v2

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, :class => "xxlarge",
:help_block => "<span class='label notice'>Notice</span> you may use #{link_to 'a script as well', 'http://theforeman.org/projects/foreman/wiki/Dynamic_disk_partitioning', :rel => 'external'}".html_safe %>
<%= textarea_f f, :layout, :class => "input-xxlarge",
:help_block => "<span class='label label-info'>Notice</span> you may use #{link_to 'a script as well', 'http://theforeman.org/projects/foreman/wiki/Dynamic_disk_partitioning', :rel => 'external'}".html_safe %>
<%= multiple_checkboxes f, :operatingsystems, @ptable, Operatingsystem, :label => "Operating Systems" %>
<%= submit_or_cancel f %>
<% end %>

Also available in: Unified diff