mirror of
https://github.com/dnadesign/silverstripe-elemental-list.git
synced 2024-10-22 11:05:47 +02:00
added an missing ShowTitle <h2> element
This commit is contained in:
parent
46973678f5
commit
26df22a815
@ -1,3 +1,6 @@
|
||||
<% if $ShowTitle %>
|
||||
<h2 class="content-element__title">$Title</h2>
|
||||
<% end_if %>
|
||||
<div class="listelement--container" data-listelement-count="$Elements.Elements.Count">
|
||||
$Elements
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user