more info

This commit is contained in:
Torsten Ruger
2015-08-09 12:15:22 +03:00
parent 72a2d22215
commit 0926f1f85f
3 changed files with 12 additions and 7 deletions

View File

@ -8,8 +8,10 @@
<h4> Block: {{page._block_name}} </h4>
</div>
{{ page._blocks.each do |b| }}
<div class="{{b._class_name}}">
{{b._name}}
<div>
<span class="{{b._class_name}}">
{{b._name}}
</span>
</div>
{{ end }}
</div>