Project

General

Profile

Download (196 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= form_for @proxy do |f| %>
<%= base_errors_for @proxy %>
<%= text_f(f, :name) %>
<%= text_f(f, :url, :label => "URL", :class => "input-xlarge" ) %>
<%= submit_or_cancel(f) %>
<% end %>
(1-1/4)