view app/views/projects/new.html.erb @ 795:22358e72a390 feature_14

removed a couple of forgotten debug messages.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 21 Nov 2011 16:20:30 +0000
parents af80e5618e9b
children cbb26bc654de
line wrap: on
line source
<h2><%=l(:label_project_new)%></h2>

<% labelled_tabular_form_for :project, @project, :url => { :action => "create" } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<%= javascript_tag "Form.Element.focus('project_name');" %>
<% end %>