|
|
|
@ -16,23 +16,23 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
For lack of a requiring policy (such as requirejs), just include the |
|
|
|
|
autocompleter on its own. |
|
|
|
|
%> |
|
|
|
|
<%= javascript_include_tag "autocompleter.js", :plugin => "chiliproject_timelines" %> |
|
|
|
|
<%= javascript_include_tag "select_boxes.js", :plugin => "chiliproject_timelines" %> |
|
|
|
|
<%= javascript_include_tag "timelines_autocompleter.js" %> |
|
|
|
|
<%= javascript_include_tag "timelines_select_boxes.js" %> |
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
<div class="edit_form"> |
|
|
|
|
|
|
|
|
|
<%= render :partial => "timelines/timelines/general", :locals => {:timeline => @timeline, :f => f}%> |
|
|
|
|
<%= render :partial => "timelines/general", :locals => {:timeline => @timeline, :f => f}%> |
|
|
|
|
|
|
|
|
|
<%= render :partial => "timelines/timelines/comparison", :locals => {:timeline => @timeline}%> |
|
|
|
|
<%= render :partial => "timelines/comparison", :locals => {:timeline => @timeline}%> |
|
|
|
|
|
|
|
|
|
<%= render :partial => "timelines/timelines/vertical_planning_elements", :locals => {:timeline => @timeline}%> |
|
|
|
|
<%= render :partial => "timelines/vertical_planning_elements", :locals => {:timeline => @timeline}%> |
|
|
|
|
|
|
|
|
|
<%= render :partial => "timelines/timelines/filter/planning_elements", :locals => {:timeline => @timeline} %> |
|
|
|
|
<%= render :partial => "timelines/filter/planning_elements", :locals => {:timeline => @timeline} %> |
|
|
|
|
|
|
|
|
|
<%= render :partial => "timelines/timelines/filter/projects", :locals => {:timeline => @timeline} %> |
|
|
|
|
<%= render :partial => "timelines/filter/projects", :locals => {:timeline => @timeline} %> |
|
|
|
|
|
|
|
|
|
<%= render :partial => "timelines/timelines/group/grouping", :locals => {:timeline => @timeline} %> |
|
|
|
|
<%= render :partial => "timelines/group/grouping", :locals => {:timeline => @timeline} %> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|