summaryrefslogtreecommitdiff
path: root/app/views/version_reports/_main_issue_row.html.erb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-06-08 16:20:21 -0700
committerelijah <elijah@riseup.net>2015-06-08 16:20:21 -0700
commitff46b9ac95eb7a53dacaed4e854964c2c4997ca8 (patch)
treefae6a6fdb36e1eb0a5ada0528afd482b556028ed /app/views/version_reports/_main_issue_row.html.erb
parent4d976166d360462b411545256a6b00eba3080a5a (diff)
* added totals
* better link * report header * configurable rate * version summary
Diffstat (limited to 'app/views/version_reports/_main_issue_row.html.erb')
-rw-r--r--app/views/version_reports/_main_issue_row.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/version_reports/_main_issue_row.html.erb b/app/views/version_reports/_main_issue_row.html.erb
index c83eb6d..8ca4904 100644
--- a/app/views/version_reports/_main_issue_row.html.erb
+++ b/app/views/version_reports/_main_issue_row.html.erb
@@ -5,10 +5,10 @@
<%= hour_budget_error(issue) %>
</td>
<td>
- <%= l_hours(issue.total_spent_hours) if @show_time %>
+ <%= issue_time(issue) %>
</td>
<td>
- <%= hours_to_money(issue.total_spent_hours) if @show_money %>
+ <%= issue_money(issue, :format) %>
</td>
</tr>
<tr>