Sha256: f70e311d6a88978b28662abd9cb6fb76e6f59227f182169684c8bcb32cc638a0

Contents?: true

Size: 777 Bytes

Versions: 56

Compression:

Stored size: 777 Bytes

Contents

<% sidebar %>
<% toolbar :profile, :subject => current_subject %>
<div class="followers tabbable">
  <ul class="nav nav-tabs">
    <li class="active">
    <a data-toggle="tab" href="#following"><%=t('follow.followings')%></a>
    </li>
    <li class="">
    <a data-toggle="tab" href="#follower"><%=t('follow.followers')%></a>
    </li>
  </ul>
  <div class="tab-content">
    <div id="following" class="tab-pane active offset1">
      <%= render @followings.
        page(params[:page]).
        per(20).
        map { |f| current_subject.contact_to!(f) } %>
    </div>
    <div id="follower" class="tab-pane offset1 ">
      <%= render @followers.
        page(params[:page]).
        per(20).
        map { |f| current_subject.contact_to!(f) } %>
    </div>
  </div>
</div>

Version data entries

56 entries across 56 versions & 2 rubygems

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