cs_app/app/views/admin/blocks/_form.html.haml
Nicolas Bally 8a08ee35c8 initial
2015-02-22 14:36:30 +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