idn_app/app/views/portlet/portlets/new.html.haml
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

7 lines
272 B
Plaintext

.portlet_types
-ContentType.all.each do |content_type|
=link_to content_type.name, eval("new_portlet_"+content_type.slug.tableize.singularize+"_path(:block_id => @portlet.block_id, :position => params[:position])"), :remote => true
%br
%br
#new_portlet_content_form