|
|
@ -9,7 +9,7 @@
|
|
|
|
<label><%= check_box_tag "tracker_ids[]", tracker.id, (@selected_tracker_ids.include? tracker.id.to_s), :id => nil %>
|
|
|
|
<label><%= check_box_tag "tracker_ids[]", tracker.id, (@selected_tracker_ids.include? tracker.id.to_s), :id => nil %>
|
|
|
|
<%=h tracker.name %></label>
|
|
|
|
<%=h tracker.name %></label>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<label for="completed"><%= check_box_tag "completed", 1, params[:completed] %> <%= l(:label_show_completed_versions) %></label>
|
|
|
|
<!--label for="completed"><%#= check_box_tag "completed", 1, params[:completed] %> <%#= l(:label_show_completed_versions) %></label-->
|
|
|
|
<% if @project.descendants.active.any? %>
|
|
|
|
<% if @project.descendants.active.any? %>
|
|
|
|
<%= hidden_field_tag 'with_subprojects', 0 %>
|
|
|
|
<%= hidden_field_tag 'with_subprojects', 0 %>
|
|
|
|
<label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label>
|
|
|
|
<label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label>
|
|
|
@ -26,7 +26,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="roadmap_box">
|
|
|
|
<div class="roadmap_box">
|
|
|
|
<p><a href="javascript:void(0)" class=" f16 fb c_dblue " target="_blank">
|
|
|
|
<p><a href="javascript:void(0)" class=" f16 fb c_dblue " target="_blank">
|
|
|
|
<%= link_to_version_show version, :name => version_anchor(version) %>
|
|
|
|
<a href="javascript:void(0)" class=" f16 fb c_dblue " target="_blank"><%= version_anchor(version)%></a>
|
|
|
|
|
|
|
|
<%#= link_to_version_show version, :name => version_anchor(version) %>
|
|
|
|
<% if version.completed? %>
|
|
|
|
<% if version.completed? %>
|
|
|
|
<span style="color: #E8770D;float:right;"><%= format_date(version.effective_date) %></span>
|
|
|
|
<span style="color: #E8770D;float:right;"><%= format_date(version.effective_date) %></span>
|
|
|
|
<% elsif version.effective_date %>
|
|
|
|
<% elsif version.effective_date %>
|
|
|
@ -57,7 +58,7 @@
|
|
|
|
<div class="roadmap_list">
|
|
|
|
<div class="roadmap_list">
|
|
|
|
<p class="f14 mb5">»<%= l(:label_versions_description)%></p>
|
|
|
|
<p class="f14 mb5">»<%= l(:label_versions_description)%></p>
|
|
|
|
<p><%=h version.description %></p>
|
|
|
|
<p><%=h version.description %></p>
|
|
|
|
<p class="f14 mb5">»<%= link_to "导出:XLS", version_path(version, :format => 'xls') %></p>
|
|
|
|
<p class="f14 mb5">»<%= link_to "导出:Excel", version_path(version, :format => 'xls') %></p>
|
|
|
|
</div><!--roadmap_list end-->
|
|
|
|
</div><!--roadmap_list end-->
|
|
|
|
</div><!--roadmap_box end-->
|
|
|
|
</div><!--roadmap_box end-->
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|