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 / app / views / my / _block.html.erb @ 1330:441b66f148b6

History | View | Annotate | Download (383 Bytes)

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 "", {: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>