To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 94 / 94687f576f5fe0537e2f3dcf7fc47fbcb965fd20.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (383 Bytes)

1 1296:038ba2d95de8 Chris
<div id="block_<%= block_name.dasherize %>" class="mypage-box">
2
3
    <div style="float:right;margin-right:16px;z-index:500;">
4
    <%= link_to "", {:action => "remove_block", :block => block_name}, :method => 'post', :class => "close-icon" %>
5
    </div>
6
7
    <div class="handle">
8
    <%= render :partial => "my/blocks/#{block_name}", :locals => { :user => user } %>
9
    </div>
10
</div>