edit.html.erb 147 Bytes
<h1> <%= _("Edit project") %> </h1>
<% @url = {:action => 'update'} %>
<% @submit_button = _("Update project") %>
<%= render :partial => 'form' %>