mmsc_app/app/views/admin/blocks/_form.html.haml
Nicolas Bally a6aa1f6074 Initial
2020-05-25 11:40:11 +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