summaryrefslogtreecommitdiff
path: root/app/views/version_reports/_issue_row.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/version_reports/_issue_row.html.erb')
-rw-r--r--app/views/version_reports/_issue_row.html.erb5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/version_reports/_issue_row.html.erb b/app/views/version_reports/_issue_row.html.erb
index 3ff7020..7d89e69 100644
--- a/app/views/version_reports/_issue_row.html.erb
+++ b/app/views/version_reports/_issue_row.html.erb
@@ -4,7 +4,10 @@
<%= display_issue(issue, :tracker) %>
</td>
<td>
- <%= l_hours(issue.total_spent_hours) %>
+ <%= l_hours(issue.total_spent_hours) if @show_time %>
+ </td>
+ <td>
+ &nbsp;
</td>
</tr>
<%- if issue.children.any? -%>