##// END OF EJS Templates
bug fixed in projects/activity due to sql join...
bug fixed in projects/activity due to sql join documents added in projects/activity git-svn-id: http://redmine.rubyforge.org/svn/trunk@84 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r81:256eb6250e69
Show More
edit.rhtml
6 lines | 293 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_custom_field)%> (<%=l(@custom_field.type_name)%>)</h2>
<%= start_form_tag({:action => 'edit', :id => @custom_field}, :class => "tabular") %>
<%= render :partial => 'form', :locals => { :type => @custom_field.type } %>
<%= submit_tag l(:button_save) %>
<%= end_form_tag %>