boissier_app/app/views/admin/home_blocks/_home_block.html.haml
Nicolas Bally 6abf7679fd initial
2011-05-14 13:36:30 +02:00

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}