Project

General

Profile

Download (358 Bytes) Statistics
| Branch: | Tag: | Revision:
<% form_for @common_parameter do |f| %>
<%= f.error_messages %>
<p>
<%= f.label :name, nil, :class => "span-3" %>
<%= f.text_field :name, :class => "last" %>
</p>
<p>
<%= f.label :value, nil, :class => "span-3" %>
<%= f.text_field :value, :class => "span-20 last" %>
</p>
<br/>
<br/>
<p><%= f.submit "Submit" %></p>
<% end %>
(1-1/7)