Mercurial > hg > soundsoftware-site
annotate .svn/pristine/94/94687f576f5fe0537e2f3dcf7fc47fbcb965fd20.svn-base @ 1519:afce8026aaeb redmine-2.4-integration
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:34:53 +0100 |
parents | 038ba2d95de8 |
children |
rev | line source |
---|---|
Chris@1296 | 1 <div id="block_<%= block_name.dasherize %>" class="mypage-box"> |
Chris@1296 | 2 |
Chris@1296 | 3 <div style="float:right;margin-right:16px;z-index:500;"> |
Chris@1296 | 4 <%= link_to "", {:action => "remove_block", :block => block_name}, :method => 'post', :class => "close-icon" %> |
Chris@1296 | 5 </div> |
Chris@1296 | 6 |
Chris@1296 | 7 <div class="handle"> |
Chris@1296 | 8 <%= render :partial => "my/blocks/#{block_name}", :locals => { :user => user } %> |
Chris@1296 | 9 </div> |
Chris@1296 | 10 </div> |