Sha256: 69be5541b1df0d9bb68094039c5f24631e6f483a8d0db27a796bf52ab42842e5

Contents?: true

Size: 342 Bytes

Versions: 25

Compression:

Stored size: 342 Bytes

Contents

<% cont=0; %>
<% @groups.each do |group| %>
<% if (cont%2) == 0 %>
<% cont+=1; %>
<div class="row">
  <% end %>
  <div class="label">
    <%= render group %>
  </div>
  <% if ((cont%2) == 0) 	%>
</div>
<% end %>
<% end %>
<% if ((cont%2) != 0) 	%> <div class="label"></div>
</div>
<% end %>
<div class="row">
  <%= paginate @groups %>
</div>

Version data entries

25 entries across 25 versions & 2 rubygems

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