Skip to content

Commit

Permalink
Merge pull request #5 from fractaslabs/master
Browse files Browse the repository at this point in the history
added an missing ShowTitle <h2> element
  • Loading branch information
robbieaverill committed Jan 11, 2018
2 parents 4697367 + da7f305 commit 42f5ed3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/DNADesign/ElementalList/Model/ElementList.ss
@@ -1,3 +1,6 @@
<div class="listelement--container" data-listelement-count="$Elements.Elements.Count">
<% if $ShowTitle %>
<h2 class="list-element__title">$Title</h2>
<% end_if %>
<div class="list-element__container" data-listelement-count="$Elements.Elements.Count">
$Elements
</div>

0 comments on commit 42f5ed3

Please sign in to comment.