|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
<%= error_messages_for 'project' %>
|
|
|
|
|
<!--[form:project]-->
|
|
|
|
|
<p><%= render :partial=>"avatar/avatar_form",:locals=> {source:@project} %></p>
|
|
|
|
|
<p><%= f.text_field :name, :required => true, :size => 60, :style => "width:490px;" %></p>
|
|
|
|
|
|
|
|
|
|
<p style="margin-left:-10px;padding-right: 20px;"><%= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;" %></p><!--by young-->
|
|
|
|
|