mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-05 23:21:31 +00:00
Removed duplicate link to open issues on report views.
git-svn-id: http://svn.redmine.org/redmine/trunk@14641 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
da8f8c7115
commit
35a059a756
@ -14,7 +14,7 @@
|
||||
<tbody>
|
||||
<% for row in rows %>
|
||||
<tr class="<%= cycle("odd", "even") %>">
|
||||
<td class="name"><%= link_to row.name, aggregate_path(@project, field_name, row) %></td>
|
||||
<td class="name"><%= row.name %></td>
|
||||
<% for status in @statuses %>
|
||||
<td><%= aggregate_link data, { field_name => row.id, "status_id" => status.id }, aggregate_path(@project, field_name, row, :status_id => status.id) %></td>
|
||||
<% end %>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
<tbody>
|
||||
<% for row in rows %>
|
||||
<tr class="<%= cycle("odd", "even") %>">
|
||||
<td class="name"><%= link_to row.name, aggregate_path(@project, field_name, row) %></td>
|
||||
<td class="name"><%= row.name %></td>
|
||||
<td><%= aggregate_link data, { field_name => row.id, "closed" => 0 }, aggregate_path(@project, field_name, row, :status_id => "o") %></td>
|
||||
<td><%= aggregate_link data, { field_name => row.id, "closed" => 1 }, aggregate_path(@project, field_name, row, :status_id => "c") %></td>
|
||||
<td><%= aggregate_link data, { field_name => row.id }, aggregate_path(@project, field_name, row, :status_id => "*") %></td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user