Sha256: 9ad6a400b2e5a3bc841daa03bee20d9e360895274a68bcffb7ab59f431f55bb1

Contents?: true

Size: 1.22 KB

Versions: 64

Compression:

Stored size: 1.22 KB

Contents

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

<% sidebar %>

<% toolbar :home, :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

64 entries across 64 versions & 2 rubygems

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