This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/admin/blocks/old.show.html.haml
2021-08-23 10:26:02 +02: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();