Sha256: 5f9cb067661baeaf7478cae59db22d9f7a51d3aef01911ebcb13f98267fc7cdb

Contents?: true

Size: 921 Bytes

Versions: 64

Compression:

Stored size: 921 Bytes

Contents

<% toolbar :profile, :subject => current_subject, :option => 'contacts' %>

<div id="wrapper_section">   

  <p class="pageTitle"><%= t 'relation_custom.title' %></p>

  <div id="relation_customs" class="privacy_block_section first_block_section">
    <p class="sectionTitle"><%= t 'relation_custom.choose' %></p>


    <%= javascript_tag do %>
      $(function() {
        $("#loading").hide();

        $("#loading").ajaxStart(function(){
           $(this).show();
        });

        $("#loading").ajaxStop(function(){
           $(this).hide();
        });

      })
    <% end %>

    <div id="relation_customs_list">
      <%= render :partial => 'relation/customs/list', :object => @customs %>
    </div>

</div>


  <div id="permissions" class="privacy_block_section">
  </div>

  <div id="loading"></div>

  <%= javascript_tag do %>
    $(function() {
      $("#permissions").hide();
    })
  <% end %>
</div> 

Version data entries

64 entries across 64 versions & 2 rubygems

Version Path
social_stream-1.1.12 base/app/views/relation/customs/index.html.erb
social_stream-base-1.1.11 app/views/relation/customs/index.html.erb
social_stream-1.1.11 base/app/views/relation/customs/index.html.erb
social_stream-base-1.1.10 app/views/relation/customs/index.html.erb
social_stream-1.1.10 base/app/views/relation/customs/index.html.erb
social_stream-base-1.1.9 app/views/relation/customs/index.html.erb
social_stream-1.1.9 base/app/views/relation/customs/index.html.erb
social_stream-base-1.1.8 app/views/relation/customs/index.html.erb
social_stream-1.1.8 base/app/views/relation/customs/index.html.erb
social_stream-base-1.1.7 app/views/relation/customs/index.html.erb
social_stream-1.1.7 base/app/views/relation/customs/index.html.erb
social_stream-base-1.1.6 app/views/relation/customs/index.html.erb
social_stream-1.1.6 base/app/views/relation/customs/index.html.erb
social_stream-base-1.1.5 app/views/relation/customs/index.html.erb
social_stream-1.1.5 base/app/views/relation/customs/index.html.erb
social_stream-base-1.1.4 app/views/relation/customs/index.html.erb
social_stream-1.1.4 base/app/views/relation/customs/index.html.erb
social_stream-1.1.3 base/app/views/relation/customs/index.html.erb
social_stream-base-1.1.3 app/views/relation/customs/index.html.erb
social_stream-1.1.2 base/app/views/relation/customs/index.html.erb