22 lines
711 B
Plaintext
22 lines
711 B
Plaintext
|
<%= error_messages_for 'project' %>
|
|||
|
<!--[form:project]-->
|
|||
|
<% unless @organizations.new_record? %>
|
|||
|
<p>
|
|||
|
<%= render :partial=>"avatar/avatar_form",:locals=> {source:@organizations} %>
|
|||
|
</p>
|
|||
|
<% end %>
|
|||
|
<p>
|
|||
|
<label for="project_description">
|
|||
|
<%= l(:label_organization_name)%>:
|
|||
|
<span class="required"> </span>
|
|||
|
</label>
|
|||
|
<%= f.text_field :name, :required => true, :size => 60, :style => "width:290px;" %>
|
|||
|
</p>
|
|||
|
<!--<p>-->
|
|||
|
<!--<label for="project_description">-->
|
|||
|
<%#= l(:field_description)%>
|
|||
|
<!--<span class="required"> </span>-->
|
|||
|
<!--</label>-->
|
|||
|
<!--<%#= f.text_area :description, :required => true, :size => 60, :style => "width:490px;" %>-->
|
|||
|
<!--</p>-->
|