Sha256: 0c20258a7079752f7883d484a40ea150c8c132a2b3faeb150fff4832873ba19a

Contents?: true

Size: 863 Bytes

Versions: 4

Compression:

Stored size: 863 Bytes

Contents

<%= javascript_include_tag 'jquery-ui'%>

<p class="sectionTitle"><%= raw t('relation_custom.in_sphere.choose', :name => h(@sphere.name)) %> </p>


<div class="privacy_add_element">
  <div id="new_relation_custom_title_block"> 
    <a href="#"><span id="new_relation_custom_title" class="privacy_span_new"><%= t 'relation_custom.new' %></span></a>
  </div> 
  <div id="new_relation_custom_input_block"> 
    <%= render :partial => 'relation/customs/form' %>
  </div>
</div>

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

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

    $("#new_relation_custom_title").click(function() {
      $("#new_relation_custom_title_block").hide();
      $("#new_relation_custom_input_block").show();
    });
  })
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
social_stream-base-0.6.3 app/views/relation/customs/_index.html.erb
social_stream-base-0.6.2 app/views/relation/customs/_index.html.erb
social_stream-base-0.6.1 app/views/relation/customs/_index.html.erb
social_stream-base-0.6.0 app/views/relation/customs/_index.html.erb