summaryrefslogtreecommitdiff
path: root/app/views/version_reports/_main_issue_row.html.erb
diff options
context:
space:
mode:
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, 3 insertions, 1 deletions
diff --git a/app/views/version_reports/_main_issue_row.html.erb b/app/views/version_reports/_main_issue_row.html.erb
index 8ca4904..dc4d3f6 100644
--- a/app/views/version_reports/_main_issue_row.html.erb
+++ b/app/views/version_reports/_main_issue_row.html.erb
@@ -13,7 +13,9 @@
</tr>
<tr>
<td colspan="3">
- From <%= issue.start_date %> to <%= issue.due_date %>.
+ <%- if @show_dates -%>
+ From <%= issue.start_date %> to <%= issue.due_date %>.
+ <%- end -%>
<div class="wiki">
<%= textilizable issue, :description %>
</div>