Index: app/views/versions/index.html.erb =================================================================== --- app/views/versions/index.html.erb (revision 13694) +++ app/views/versions/index.html.erb (working copy) @@ -10,6 +10,14 @@ <% else %>
<% @versions.each do |version| %> + <% if version.open? %> +
+ <%= link_to_if_authorized l(:label_issue_new), + {:controller => 'issues', :action => 'new', :project_id => @project, 'issue[fixed_version_id]' => version}, + :class => 'icon icon-add' %> +
+ <% end %> +

<%= link_to_version version, :name => version_anchor(version) %>

<%= render :partial => 'versions/overview', :locals => {:version => version} %> <%= render(:partial => "wiki/content",