summaryrefslogtreecommitdiff
path: root/app/views/version_reports/_issue_row.html.erb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-06-07 23:35:50 -0700
committerelijah <elijah@riseup.net>2015-06-07 23:35:50 -0700
commitde074b945d294899cb92de2d0a41ee7f700e8b35 (patch)
tree39cec3f4dcc67f17f0db0b8ba51a04da8ba0bcdf /app/views/version_reports/_issue_row.html.erb
parentfc1cffcacfa0e885c481e9d993f7c541673912c8 (diff)
added money, added ability to hide hours or money, don't include issues from sub-projects.
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? -%>