Mercurial > hg > soundsoftware-site
annotate .svn/pristine/94/94687f576f5fe0537e2f3dcf7fc47fbcb965fd20.svn-base @ 1628:9c5f8e24dadc live tip
Quieten this cron script
author | Chris Cannam |
---|---|
date | Tue, 25 Aug 2020 11:38:49 +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> |