Project

General

Profile

Download (194 Bytes) Statistics
| Branch: | Tag: | Revision:
<% form_for @environment do |f| %>
<%= f.error_messages %>
<table>
<tr>
<td> Name<br> <%= f.text_field :name %> </td>
</tr>
</table>
<%= f.submit "Submit" %></p>
<% end %>
(1-1/4)