8 lines
311 B
Plaintext
8 lines
311 B
Plaintext
=link_to "modifier", edit_admin_home_block_path(home_block), :remote => true, :class => "button"
|
|
%h4=home_block.title
|
|
%p=simple_format home_block.description
|
|
|
|
|
|
|
|
-if home_block.cible
|
|
=render :partial => "portlet/link_contents/"+home_block.cible_type.tableize.singularize, :locals => {:cible => home_block.cible} |