Fix no question label
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
<%= user %> | <%= @request_for_comment.requested_at %>
|
<%= user %> | <%= @request_for_comment.requested_at %>
|
||||||
</p>
|
</p>
|
||||||
<h5>
|
<h5>
|
||||||
<% if @request_for_comment.question %>
|
<% if @request_for_comment.question and not @request_for_comment.question == '' %>
|
||||||
<%= t('activerecord.attributes.request_for_comments.question')%>: "<%= @request_for_comment.question %>"
|
<%= t('activerecord.attributes.request_for_comments.question')%>: "<%= @request_for_comment.question %>"
|
||||||
<% else %>
|
<% else %>
|
||||||
<%= t('request_for_comments.no_question') %>
|
<%= t('request_for_comments.no_question') %>
|
||||||
|
Reference in New Issue
Block a user