annotate app/views/my/_block.html.erb @ 1524:82fac3dcf466 redmine-2.5-integration

Fix failure to interpret Javascript when autocompleting members for project
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 11 Sep 2014 10:24:38 +0100
parents 433d4f72a19b
children
rev   line source
Chris@0 1 <div id="block_<%= block_name.dasherize %>" class="mypage-box">
Chris@0 2
Chris@0 3 <div style="float:right;margin-right:16px;z-index:500;">
Chris@1115 4 <%= link_to "", {:action => "remove_block", :block => block_name}, :method => 'post', :class => "close-icon" %>
Chris@0 5 </div>
Chris@909 6
Chris@0 7 <div class="handle">
Chris@909 8 <%= render :partial => "my/blocks/#{block_name}", :locals => { :user => user } %>
Chris@909 9 </div>
Chris@909 10 </div>