rubyx-debugger/app/main/views/blocks/index.html
2015-07-31 19:42:34 +03:00

16 lines
294 B
HTML

<:Title>
blocks index
<:Body>
<div class="block-view">
<div>
<h4> {{page._method_name}} </h4>
<h4> Block: {{page._block_name}} </h4>
</div>
{{ page._blocks.each do |b| }}
<div class="{{b._class_name}}">
{{b._name}}
</div>
{{ end }}
</div>