fixes #2602 issue with missing approver

This commit is contained in:
r888888888
2016-05-31 11:16:31 -07:00
parent e1c7fbc373
commit b7745311ab

View File

@@ -38,7 +38,7 @@
<h2>Request was rejected</h2>
</section>
<% elsif @change_request.approved? %>
<% elsif @change_request.approved? && @change_request.approver %>
<section>
<h2>Request was approved by <%= @change_request.approver.name %></h2>
</section>