Sha256: 1479658c73538ab593ae5a5158e0dbbe8548175d1b5e572fe281d862abe91b4f

Contents?: true

Size: 704 Bytes

Versions: 12

Compression:

Stored size: 704 Bytes

Contents

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

  <section class="relation_customs">
    <h2 class="colorfont">
      <%= 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

12 entries across 12 versions & 2 rubygems

Version Path
social_stream-2.0.3 base/app/views/relation/customs/index.html.erb
social_stream-base-2.0.3 app/views/relation/customs/index.html.erb
social_stream-2.0.2 base/app/views/relation/customs/index.html.erb
social_stream-base-2.0.2 app/views/relation/customs/index.html.erb
social_stream-2.0.1 base/app/views/relation/customs/index.html.erb
social_stream-base-2.0.1 app/views/relation/customs/index.html.erb
social_stream-2.0.0 base/app/views/relation/customs/index.html.erb
social_stream-base-2.0.0 app/views/relation/customs/index.html.erb
social_stream-2.0.0.beta3 base/app/views/relation/customs/index.html.erb
social_stream-base-2.0.0.beta3 app/views/relation/customs/index.html.erb
social_stream-2.0.0.beta2 base/app/views/relation/customs/index.html.erb
social_stream-base-2.0.0.beta2 app/views/relation/customs/index.html.erb