fixes timelines creation url on submit button

pull/1196/head
jwollert 12 years ago
parent d41683a3cf
commit 900d9f5392
  1. 2
      app/views/timelines/new.html.erb

@ -15,7 +15,7 @@ See doc/COPYRIGHT.rdoc for more details.
</h2>
<%= form_for(:timeline,
:url => project_path(@project),
:url => project_timelines_path,
:html => {:class => "tabular", :method => 'post'}) do |f| %>
<%= render(:partial => "timelines/form",

Loading…
Cancel
Save