diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index 2e9004de3..be4fb27ef 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -70,109 +70,6 @@ <% end %> - - - - - - - -
<%= l(:label_no_data) %>
-<% else %> -- <%= link_to_version version, :name => version_anchor(version) %> - <% 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 %> -
- - <%= render :partial => 'versions/overview', :locals => {:version => version} %> - <%= render(:partial => "wiki/content", :locals => {:content => version.wiki_page.content}) if version.wiki_page %> - <% if (issues = @issues_by_version[version]) && issues.size > 0 %> - <%= form_tag({}) do -%> -<%= link_to_issue(issue, :project => (@project != issue.project)) %> | -
<%=h version.description %>
- <% if version.custom_field_values.any? %> -