block and source views seperated
This commit is contained in:
15
app/main/views/blocks/index.html
Normal file
15
app/main/views/blocks/index.html
Normal file
@ -0,0 +1,15 @@
|
||||
<: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>
|
Reference in New Issue
Block a user