php_app/app/views/admin/blocks/_form.html.haml
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +01:00

17 lines
213 B
Plaintext

%a.tab_link{:href => "#block-"+block.id.to_s}= block.block_name
.tab{:id => "#block-"+block.id.to_s}
.block_content{:id => "block_content-"+block.id.to_s}
=render block