summaryrefslogtreecommitdiffstats
path: root/app/views/reports/_details.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/reports/_details.html.erb')
-rw-r--r--app/views/reports/_details.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/reports/_details.html.erb b/app/views/reports/_details.html.erb
index 6d7322e96..ab7fe3620 100644
--- a/app/views/reports/_details.html.erb
+++ b/app/views/reports/_details.html.erb
@@ -14,7 +14,7 @@
<tbody>
<% for row in rows %>
<tr class="<%= cycle("odd", "even") %>">
- <td class="name"><%= row.name %></td>
+ <td class="name"><%= link_to row.name, aggregate_path(@project, field_name, row) %></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 %>