aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/questions/show.dryml')
-rw-r--r--app/views/questions/show.dryml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/questions/show.dryml b/app/views/questions/show.dryml
index 2e30578..8cb6629 100644
--- a/app/views/questions/show.dryml
+++ b/app/views/questions/show.dryml
@@ -26,5 +26,8 @@
<br/>
<a href="&answer_path(this.reference_answer)">View reference answer</a>.
</if>
+ <if test="&current_user.try.role.try.is_recruiter? && this.answers.with_some_feedback.count > 0">
+ <iframe src="<%= question_doc_feedback_chart_path(this.id) %>" width="600" height="600"/>
+ </if>
</content-body:>
</show-page>