Sha256: e4ad39f73b461bdc0c287e7046ef202b79e391142e2d3939dae30d4fa16fa43b

Contents?: true

Size: 1.21 KB

Versions: 50

Compression:

Stored size: 1.21 KB

Contents

<% content_for :title do%>
  <%= t('contact.other')%>
<%end%>

<% sidebar %>

<% toolbar :option => :contacts %>

<div id="my_conferences">
  <div id="contacts" class="block">
    <div class="search_field_wrapper">
      <input type="text" value="Search by name" id="search_field" class="search_input" />
      <%= image_tag("btn/search.png",:size=>"20x20",:id=>"search_button") %>
    </div>
    <div class="space_center"></div>
    <div class="row" >
      <div class="center">
        <%= link_to t('contact.all_n', :count => @total_contacts.count("DISTINCT contacts.id")), contacts_path %> -
        <% Actor.distinct_initials.
                 contacted_from(current_subject).
                 merge(Tie.related_by(current_subject.relation_customs.find_by_id(params[:relation]))).
                 distinct_initials.
                 each do |l| %>
          <%= link_to l.initial,{:letter => l.initial,:page => 1},:class => "contact_letter_link" %>
        <% end %>
      </div>
    </div>
    <div class="space_center"></div>
    <div id="list_contacts_ajax" class="tab_content block">
      <%= render :partial => "contacts/index"%>
    </div>
    <div class="space_center"></div>
  </div>
</div>


<div class="space_center"></div>

Version data entries

50 entries across 50 versions & 4 rubygems

Version Path
social_stream-0.23.4 base/app/views/contacts/index.html.erb
social_stream-base-0.17.3 app/views/contacts/index.html.erb
social_stream-0.23.3 base/app/views/contacts/index.html.erb
social_stream-base-0.17.2 app/views/contacts/index.html.erb
social_stream-0.23.2 base/app/views/contacts/index.html.erb
social_stream-base-0.17.1 app/views/contacts/index.html.erb
social_stream-0.23.1 base/app/views/contacts/index.html.erb
social_stream-base-0.17.0 app/views/contacts/index.html.erb
social_stream-0.22.1 base/app/views/contacts/index.html.erb
social_stream-base-0.16.4 app/views/contacts/index.html.erb
social_stream-0.22.0 base/app/views/contacts/index.html.erb
social_stream-base-0.16.3 app/views/contacts/index.html.erb
social_stream-0.21.4 base/app/views/contacts/index.html.erb
social_stream-base-0.16.2 app/views/contacts/index.html.erb
social_stream-0.21.3 base/app/views/contacts/index.html.erb
social_stream-0.21.2 base/app/views/contacts/index.html.erb
social_stream-0.21.1 base/app/views/contacts/index.html.erb
social_stream-base-0.16.1 app/views/contacts/index.html.erb
social_stream-0.21.0 base/app/views/contacts/index.html.erb
social_stream-base-0.16.0 app/views/contacts/index.html.erb