<% flashed_errors(:project) %>

Name
<%= text_field 'project', 'name', :style =>'width:330px;' %>

Project Type
<%= select('project', 'template', @templates, { :include_blank => false }) %>

Description
<%= text_area 'project', 'description', :style =>'width:330px; height: 100px' %>

<% content_for(:page_scripts) do %> <% end %> <% content_for(:action_box) do %>

Project Type:

<% for template in @template_infos %> <% end %>
<% end %>