ecole_eft_app/app/views/admin/pages/_page.html.haml

26 lines
421 B
Plaintext

.menu_item_informations
.tab
%h3 Infos sur la page
=render :partial => "edit_form"
.tab
%h3 éléments
-page.blocks[0].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)
#menu_item_block_edit
=render page.blocks[0]