Project

General

Profile

Feature #5005 » 5005-r14137.diff

updated patch (compatible with r14137) - Go MAEDA, 2015-03-20 11:03

View differences:

app/views/versions/index.html.erb (working copy)
10 10
<% else %>
11 11
  <div id="roadmap">
12 12
  <% @versions.each do |version| %>
13
    <% if version.open? %>
14
      <div class="contextual">
15
        <%= link_to_if_authorized l(:label_issue_new), {:controller => 'issues', :action => 'new', :project_id => version.project, 'issue[fixed_version_id]' => version}, :class => 'icon icon-add' %>
16
      </div>
17
    <% end %>
13 18
    <h3 class="version"><%= link_to_version version, :name => version_anchor(version) %></h3>
14 19
    <%= render :partial => 'versions/overview', :locals => {:version => version} %>
15 20
    <%= render(:partial => "wiki/content",
(4-4/4)