Mercurial > hg > soundsoftware-site
comparison .svn/pristine/96/96404659ec418cc105ea9a468be16d3044c14ca3.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 <div id="block_<%= block_name.dasherize %>" class="mypage-box"> | |
2 | |
3 <div style="float:right;margin-right:16px;z-index:500;"> | |
4 <%= link_to_remote "", { | |
5 :url => { :action => "remove_block", :block => block_name }, | |
6 :complete => "removeBlock('block_#{block_name.dasherize}')" }, | |
7 :class => "close-icon" | |
8 %> | |
9 </div> | |
10 | |
11 <div class="handle"> | |
12 <%= render :partial => "my/blocks/#{block_name}", :locals => { :user => user } %> | |
13 </div> | |
14 </div> |