24 lines
256 B
Plaintext
24 lines
256 B
Plaintext
|
|
|
|
.header
|
|
.right
|
|
=link_to "modifier", edit_admin_article_path(@article), :remote => true,:class => "button"
|
|
|
|
=link_to "Masquer", "#", :class => "hide button"
|
|
|
|
=render :partial => "show"
|
|
|
|
|
|
#article_block_edit
|
|
|
|
|
|
|
|
=render @article.block
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|