diff --git a/app/views/request_for_comments/show.html.erb b/app/views/request_for_comments/show.html.erb index 592ceb6b..658cdeab 100644 --- a/app/views/request_for_comments/show.html.erb +++ b/app/views/request_for_comments/show.html.erb @@ -20,12 +20,12 @@ <%= t('activerecord.attributes.request_for_comments.question')%>: <%= t('request_for_comments.no_question') %> <% end %> - + <% if (policy(@request_for_comment).mark_as_solved? and not @request_for_comment.solved?) %> - + <% elsif (@request_for_comment.solved?) %> - + <% else %> <% end %>