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/hypervisors/_form.html.erb
<%= form_for @hypervisor do |f| %>
<%= base_errors_for @hypervisor %>
<%= text_f f, :name %>
<%= text_f f, :uri, :label => "URI", :class =>"xxlarge" %>
<%= text_f f, :uri, :label => "URI", :class =>"input-xxlarge" %>
<%= selectable_f f, :kind, Hypervisor::KINDS %>
<%= submit_or_cancel f %>
<% end %>

Also available in: Unified diff