diff --git a/app/views/request_for_comments/show.html.erb b/app/views/request_for_comments/show.html.erb index f325f3f2..e276fec4 100644 --- a/app/views/request_for_comments/show.html.erb +++ b/app/views/request_for_comments/show.html.erb @@ -14,7 +14,13 @@ %> <%= user %> | <%= @request_for_comment.requested_at %>

-
<%=t('activerecord.attributes.request_for_comments.question')%>: "<%= @request_for_comment.question %>"
+
+ <% if @request_for_comment.question %> + <%= t('activerecord.attributes.request_for_comments.question')%>: "<%= @request_for_comment.question %>" + <% else %> + <%= t('request_for_comments.no_question') %> + <% end %> +