Sha256: 7af258118a4d485403400e3d17c6a88e2ed4acf14f67bc2633592fc67b70b7fd

Contents?: true

Size: 674 Bytes

Versions: 2

Compression:

Stored size: 674 Bytes

Contents

<section id="relation_customs">   
  <%= render partial: 'toolbar/profile', locals: { :subject => current_subject } %>

  <section class="relation_customs">
    <h2><%= t 'relation_custom.title' %></h2>

      <%= render :partial => 'relation/customs/list', :object => @customs %>

      <div id="permissions">
        <div class="postit rotate">
          <span class="rotate-int">
            <%= t 'permission.postit' %>
          </span>
        </div>
        <%= render partial: 'layouts/loading' %>
      </div>

      <%= javascript_tag do %>
        $(function() {
          SocialStream.RelationCustom.index();
        })
      <% end %>
  </section> 
</section> 

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
social_stream-2.0.0.beta1 base/app/views/relation/customs/index.html.erb
social_stream-base-2.0.0.beta1 app/views/relation/customs/index.html.erb