Sha256: 100d917743c199f3c6c29cb2f444722360cec4bc3f617b1756e82df36fe3cfab

Contents?: true

Size: 1.28 KB

Versions: 62

Compression:

Stored size: 1.28 KB

Contents

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

<% content_for :sidebar do %>
  <%= render :partial => 'home/sidebar' %>
<% end %>

<% 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

62 entries across 62 versions & 2 rubygems

Version Path
social_stream-0.16.1 base/app/views/contacts/index.html.erb
social_stream-base-0.11.0 app/views/contacts/index.html.erb
social_stream-0.15.8 base/app/views/contacts/index.html.erb
social_stream-base-0.10.11 app/views/contacts/index.html.erb
social_stream-0.15.7 base/app/views/contacts/index.html.erb
social_stream-base-0.10.10 app/views/contacts/index.html.erb
social_stream-0.15.6 base/app/views/contacts/index.html.erb
social_stream-base-0.10.9 app/views/contacts/index.html.erb
social_stream-0.15.5 base/app/views/contacts/index.html.erb
social_stream-base-0.10.8 app/views/contacts/index.html.erb
social_stream-0.15.4 base/app/views/contacts/index.html.erb
social_stream-base-0.10.7 app/views/contacts/index.html.erb
social_stream-0.15.1 base/app/views/contacts/index.html.erb
social_stream-0.15.0 base/app/views/contacts/index.html.erb
social_stream-base-0.10.6 app/views/contacts/index.html.erb
social_stream-0.14.1 base/app/views/contacts/index.html.erb
social_stream-base-0.10.5 app/views/contacts/index.html.erb
social_stream-0.14.0 base/app/views/contacts/index.html.erb
social_stream-base-0.10.4 app/views/contacts/index.html.erb
social_stream-0.13.3 base/app/views/contacts/index.html.erb