Mercurial > hg > soundsoftware-site
annotate .svn/pristine/96/96404659ec418cc105ea9a468be16d3044c14ca3.svn-base @ 1074:b98e55985cb7 luisf
Merge
| author | luisf <luis.figueira@eecs.qmul.ac.uk> |
|---|---|
| date | Wed, 21 Nov 2012 16:04:55 +0000 |
| parents | cbb26bc654de |
| children |
| rev | line source |
|---|---|
| Chris@909 | 1 <div id="block_<%= block_name.dasherize %>" class="mypage-box"> |
| Chris@909 | 2 |
| Chris@909 | 3 <div style="float:right;margin-right:16px;z-index:500;"> |
| Chris@909 | 4 <%= link_to_remote "", { |
| Chris@909 | 5 :url => { :action => "remove_block", :block => block_name }, |
| Chris@909 | 6 :complete => "removeBlock('block_#{block_name.dasherize}')" }, |
| Chris@909 | 7 :class => "close-icon" |
| Chris@909 | 8 %> |
| Chris@909 | 9 </div> |
| Chris@909 | 10 |
| Chris@909 | 11 <div class="handle"> |
| Chris@909 | 12 <%= render :partial => "my/blocks/#{block_name}", :locals => { :user => user } %> |
| Chris@909 | 13 </div> |
| Chris@909 | 14 </div> |
