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/smart_proxies/_form.html.erb
<%= form_for @proxy do |f| %>
<%= base_errors_for @proxy %>
<%= text_f(f, :name) %>
<%= text_f(f, :url, :label => "URL", :class => "xlarge" ) %>
<%= text_f(f, :url, :label => "URL", :class => "input-xlarge" ) %>
<%= submit_or_cancel(f) %>
<% end %>

Also available in: Unified diff