diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index fbb3ac538..f6fd15d4c 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -64,6 +64,11 @@ <%= format_date(@issue.start_date) %> <% end %> + <% unless @issue.disabled_core_fields.include?('due_date') %> +