bug edition textes

This commit is contained in:
Nicolas Bally 2014-10-07 23:12:48 +02:00
parent 86c04e91d6
commit 1ea3a0debf
3 changed files with 11 additions and 4 deletions

View File

@ -1,7 +1,11 @@
#toolbar-text
#article_block_edit
#article_block_edit{:style => "margin-right:330px;margin-top:45px;"}
=render :partial => "admin/blocks/block", :locals => {:block => @article.block, :sortable => true}

View File

@ -1,7 +1,10 @@
#toolbar-text
#event_block_edit
#event_block_edit{:style => "margin-right:330px;margin-top:45px;"}
=render :partial => "admin/blocks/block", :locals => {:block => @event.block, :sortable => true}

View File

@ -9,5 +9,5 @@ update_block_portlet_order(block_portlet_id);
$(".block_portlets").sortable("enable");
$("#toolbar-text").html("");
<%= flash_js %>