centaure2_app/app/views/admin/blocks/_form.html.haml
Nicolas Bally 7d852277ae initial
2015-04-09 22:18:02 +02: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