blog_perso_app/app/views/admin/blocks/_form.html.haml
Nicolas Bally 56a0aa9848 initial
2012-06-17 21:11:12 +02:00

17 lines
197 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