php_app/app/views/admin/blocks/old.show.html.haml
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +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();