Enables comparisons for timelines.

pull/1215/head
Martin Czuchra 11 years ago
parent c26cc3ad3d
commit 5d0030c898
  1. 8
      app/views/timelines/_form.html.erb

@ -41,13 +41,7 @@ See doc/COPYRIGHT.rdoc for more details.
<%= render :partial => "timelines/general", :locals => {:timeline => @timeline, :f => f}%>
<%# comparisons were removed so that they don't break for everyone once the
journalization changes start.
render :partial => "timelines/comparison", :locals => {:timeline => @timeline}
TODO enable comparisons once journalization is done.
%>
<%= render :partial => "timelines/comparison", :locals => {:timeline => @timeline} %>
<%= render :partial => "timelines/vertical_planning_elements", :locals => {:timeline => @timeline}%>

Loading…
Cancel
Save