diff --git a/app/views/request_for_comments/show.html.erb b/app/views/request_for_comments/show.html.erb index 156543c1..78f9accc 100644 --- a/app/views/request_for_comments/show.html.erb +++ b/app/views/request_for_comments/show.html.erb @@ -47,7 +47,7 @@
<%= testrun.try(:message) or t('request_for_comments.no_output') %>
+<%= testrun.try(:output) or t('request_for_comments.no_output') %>
<% end %>