OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/cost_objects/edit.rhtml

4 lines
166 B

<h2><%= l(:label_cost_object_id, :id => @cost_object.id) %></h2>
<%= render :partial => 'edit' %>
<%= javascript_tag "Form.Element.focus('cost_object_subject');" %>