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/models/_form.html.erb
<%= text_f f, :name %>
<%= text_f f, :hardware_model, :help_block => "The class of CPU supplied in this machine. This is primarily used by Sparc Solaris builds and can be left blank for other architectures. The value can be determined on Solaris via uname -m" %>
<%= text_f f, :vendor_class, :help_block => "The class of the machine reported by the Open Boot Prom. This is primarily used by Sparc Solaris builds and can be left blank for other architectures. The value can be determined on Solaris via uname -i|cut -f2 -d," %>
<%= textarea_f f, :info, :class => "xxlarge", :help_block => "General useful description, for example this kind of hardware needs a special BIOS setup" %>
<%= textarea_f f, :info, :class => "input-xxlarge", :help_block => "General useful description, for example this kind of hardware needs a special BIOS setup" %>
<%= submit_or_cancel f %>
<% end -%>

Also available in: Unified diff