<%= link_to_version version, :name => version_anchor(version) %>
<%= link_to "导出Issue", version_path(version, :format => 'xls'), :class => "btn_newpro_grey fr" %>
<%= link_to "", version_path(version, :is_index => true), :method => "delete", :data => {:confirm => l(:text_are_you_sure_version)}, :class => "roadmap_icons_del fr mt5 mr5" if User.current.allowed_to?(:manage_versions, version.project) %>
<%# {:controller => 'versions', :action => 'destroy', :project_id => version.project, :is_index => true}, :class => "roadmap_icons_del fr mt5 mr5" if User.current.allowed_to?(:manage_versions, version.project) %>
<%= link_to "", edit_version_path(version, :is_index => true), :class => 'roadmap_icons_edit fr mt5', :remote => true %>
- 完成 <%= version.closed_percent.round %>%
- Issues<%= version.issues_count %>
- 已关闭<%= version.closed_issues_count %>
-
<% if version.completed? %>
<%= format_date(version.effective_date) %>
<% elsif version.effective_date %>
">
<%= due_date_distance_in_words(version.effective_date) %>(<%= format_date(version.effective_date) %>)
<% end %>
<%= version.description %>
<% if version.user_id.nil? %>
创建时间:<%= format_time(version.updated_on) %>
更新时间:<%= format_time(version.created_on) %>
<% else %>
由 <%= link_to version.user.show_name, user_path(version.user), :class => "linkBlue2" %>于 <%= format_time(version.updated_on) %> 创建
最近更新:<%= format_time(version.created_on) %>
<% end %>
<% end %>