Skip to content

Commit

Permalink
Actually render node when rendering an EssenceNode
Browse files Browse the repository at this point in the history
  • Loading branch information
mamhoff committed May 13, 2020
1 parent 53babf7 commit 856b251
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/alchemy/essences/_essence_node_view.html.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<%# The content object holds the essence %>
<%= content.ingredient %>
<%= render content.ingredient if content.ingredient %>

0 comments on commit 856b251

Please sign in to comment.