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 5b7ae6d commit a9cedcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/alchemy/essences/_essence_node_view.html.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
<%# The content object holds the essence %>
<%= content.ingredient %>
<ul class="nav essence_node <%= content.element.name %> <%= content.name %>">
<%= render content.ingredient if content.ingredient %>
</ul>

0 comments on commit a9cedcb

Please sign in to comment.