##// END OF EJS Templates
Translation updates (#2310, #2309, #2306, #2304, #2302, #2300, #2299)...
Translation updates (#2310, #2309, #2306, #2304, #2302, #2300, #2299) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2119 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r482:5db3396c07b2
r2117:63faea0c4285
Show More
_block.rhtml
13 lines | 465 B | text/html+ruby | RhtmlLexer
<div id="block_<%= block_name %>" class="mypage-box">
<div style="float:right;margin-right:16px;z-index:500;">
<%= link_to_remote "", {
:url => { :action => "remove_block", :block => block_name },
:complete => "removeBlock('block_#{block_name}')" },
:class => "close-icon"
%>
</div>
<div class="handle">
<%= render :partial => "my/blocks/#{block_name}", :locals => { :user => user } %>
</div>
</div>