15 lines
672 B
Plaintext
15 lines
672 B
Plaintext
.header
|
|
.right
|
|
=link_to "modifier", edit_admin_article_path(@article), :remote => true,:class => "button"
|
|
=link_to "Masquer", "#", :onclick => "$('#edit_pane').toggle();if($(this).html()=='Masquer'){$(this).html('Voir')}else{$(this).html('Masquer')};return false;", :id => "#edit_pane_toggle", :class => "button"
|
|
|
|
%h1 Modifier un article
|
|
|
|
|
|
#edit_pane=render :partial => "show"
|
|
|
|
.header_2
|
|
%h3
|
|
=link_to @article.block.block_name, admin_block_path(@article.block), :data_div_id => "Folder_"+@article.id.to_s+"_blocks_part", :class => "update_auto_load_div selected"
|
|
|
|
=auto_load_div(admin_block_path(@article.block),"Folder_"+@article.id.to_s+"_blocks_part") |