Sha256: 1b61e8351fb5a7f7d678ae55da3bbf610c742734f8761e59b463d0108ae48558

Contents?: true

Size: 368 Bytes

Versions: 25

Compression:

Stored size: 368 Bytes

Contents

<div id="list_users_ajax" class="tab_content block">
  <% cont=0; %>
    <% @users.each do |user| %>
      <% if (cont%2) == 0 %>
        <% cont+=1; %>
      <% end %>
      <div class="label">
        <%= render user %>
      </div>
    <% end %>
    <% if ((cont%2) != 0)     %> 
      <div class="label">
      </div>
    <% end %>
  <%= paginate @users %>
</div>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
social_stream-2.2.2 base/app/views/users/_index.html.erb
social_stream-base-2.2.2 app/views/users/_index.html.erb
social_stream-2.2.1 base/app/views/users/_index.html.erb
social_stream-base-2.2.1 app/views/users/_index.html.erb
social_stream-2.2.0 base/app/views/users/_index.html.erb
social_stream-base-2.2.0 app/views/users/_index.html.erb
social_stream-2.1.1 base/app/views/users/_index.html.erb
social_stream-2.1.0 base/app/views/users/_index.html.erb
social_stream-base-2.1.0 app/views/users/_index.html.erb
social_stream-2.0.4 base/app/views/users/_index.html.erb
social_stream-base-2.0.4 app/views/users/_index.html.erb
social_stream-2.0.3 base/app/views/users/_index.html.erb
social_stream-base-2.0.3 app/views/users/_index.html.erb
social_stream-2.0.2 base/app/views/users/_index.html.erb
social_stream-base-2.0.2 app/views/users/_index.html.erb
social_stream-2.0.1 base/app/views/users/_index.html.erb
social_stream-base-2.0.1 app/views/users/_index.html.erb
social_stream-2.0.0 base/app/views/users/_index.html.erb
social_stream-base-2.0.0 app/views/users/_index.html.erb
social_stream-2.0.0.beta3 base/app/views/users/_index.html.erb