blog_perso_app/app/views/admin/blocks/old.show.html.haml
Nicolas Bally ef2a73636b initial 2
2015-02-24 23:47:26 +01:00

19 lines
372 B
Plaintext

#content_types_draggables
-@block.content_types.each do |content_type|
.content_types_draggable{:id => content_type.id, :data_type => content_type.slug}
=image_tag("admin/content_type/type_"+content_type.slug.to_s+".png", :alt => content_type.name)
.grid_12
=render @block
%div{:style => "height:70px;"}
:javascript
block_js_initialize();