##// END OF EJS Templates
Merged r14758 (#21071)....
Merged r14758 (#21071). git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14803 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9850:7e5bad993de6
r14421:a483b19a95f6
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>