Sha256: 7e08e9ba75cc452a5f5134f31b49b45dd762cf95cfada6db8105274daed37e24

Contents?: true

Size: 1.07 KB

Versions: 42

Compression:

Stored size: 1.07 KB

Contents

<% toolbar :profile => 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() {
        $("#new_relation_custom_title").click(function() {
          $("#new_relation_custom_title_block").hide();
          $("#new_relation_custom_input_block").show();
        });

        $("#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

42 entries across 42 versions & 2 rubygems

Version Path
social_stream-0.11.5 base/app/views/relation/customs/index.html.erb
social_stream-0.11.4 base/app/views/relation/customs/index.html.erb
social_stream-0.11.3 base/app/views/relation/customs/index.html.erb
social_stream-base-0.9.19 app/views/relation/customs/index.html.erb
social_stream-0.11.2 base/app/views/relation/customs/index.html.erb
social_stream-base-0.9.18 app/views/relation/customs/index.html.erb
social_stream-0.11.1 base/app/views/relation/customs/index.html.erb
social_stream-base-0.9.16 app/views/relation/customs/index.html.erb
social_stream-0.11.0 base/app/views/relation/customs/index.html.erb
social_stream-base-0.9.15 app/views/relation/customs/index.html.erb
social_stream-0.10.4 base/app/views/relation/customs/index.html.erb
social_stream-base-0.9.14 app/views/relation/customs/index.html.erb
social_stream-0.10.3 base/app/views/relation/customs/index.html.erb
social_stream-base-0.9.13 app/views/relation/customs/index.html.erb
social_stream-0.10.2 base/app/views/relation/customs/index.html.erb
social_stream-base-0.9.12 app/views/relation/customs/index.html.erb
social_stream-0.10.1 base/app/views/relation/customs/index.html.erb
social_stream-0.10.0 base/app/views/relation/customs/index.html.erb
social_stream-base-0.9.11 app/views/relation/customs/index.html.erb
social_stream-0.9.7 base/app/views/relation/customs/index.html.erb