##// END OF EJS Templates
Removes #move_to= (#12909)....
Removes #move_to= (#12909). git-svn-id: http://svn.redmine.org/redmine/trunk@15339 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9850:7e5bad993de6
r14957:39ff11ba06a7
Show More
_block.html.erb
10 lines | 383 B | text/plain | TextLexer
<div id="block_<%= block_name.dasherize %>" class="mypage-box">
<div style="float:right;margin-right:16px;z-index:500;">
<%= link_to "", {:action => "remove_block", :block => block_name}, :method => 'post', :class => "close-icon" %>
</div>
<div class="handle">
<%= render :partial => "my/blocks/#{block_name}", :locals => { :user => user } %>
</div>
</div>