##// END OF EJS Templates
Fixed: CSV constant warning...
Fixed: CSV constant warning git-svn-id: http://redmine.rubyforge.org/svn/trunk@895 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r882:362364fd6f21
Show More
new.rhtml
5 lines | 227 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_tracker_new)%></h2>
<% labelled_tabular_form_for :tracker, @tracker, :url => { :action => 'new' } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<% end %>