Skip to content

Commit 74a2159

Browse files
committed
Merge pull request browsermedia#690 from andyoll/fix_exception_template
fix error reporting on attempting to save content_block instances
2 parents 80579b0 + 6b326a2 commit 74a2159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="errorExplanation" id="errorExplanation">
22
<h2>An Error Occurred</h2>
33
<ul>
4-
<li><%=h "#{exception.class.name}: #{exception.message}" %></li>
4+
<li><%=h "#{@exception.class.name}: #{@exception.message}" %></li>
55
</ul>
66
</div>

0 commit comments

Comments
 (0)